Skip to content

Commit

Permalink
Merge pull request #7 from renn0xtek9/remove-uncessary-items
Browse files Browse the repository at this point in the history
Remove uncessary items
  • Loading branch information
renn0xtek9 authored May 22, 2024
2 parents 618a3ba + db92af6 commit ed59b35
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 100 deletions.
2 changes: 0 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# (c) Copyright 2020 Samsung
# For details about the checks see http://releases.llvm.org/9.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/list.html
---
# Some checks are disabled simply because they are aliases, and we don't want to use multiple names for the same check
Expand Down Expand Up @@ -463,4 +462,3 @@ CheckOptions:
- key: zircon-temporary-objects.Names
value: ''
...

7 changes: 0 additions & 7 deletions .devcontainer/docker-compose.yml

This file was deleted.

1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ INCLUDE (GenerateGitHashAtConfigTime)
INCLUDE (GenerateGitHashAtBuildTime)

ADD_SUBDIRECTORY (project)
ADD_SUBDIRECTORY (test)
ADD_SUBDIRECTORY (documentation)
1 change: 0 additions & 1 deletion project/probelibrary/benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++14 -pthread")
SET (PROBE_BENCHMARKDIR ${CMAKE_CURRENT_BINARY_DIR})
ADD_EXECUTABLE (probe_benchmark probe_benchmark.cpp)
TARGET_LINK_LIBRARIES (probe_benchmark probe)
15 changes: 0 additions & 15 deletions project/probelibrary/tests/probe_benchmark.cpp

This file was deleted.

24 changes: 0 additions & 24 deletions test/CMakeLists.txt

This file was deleted.

29 changes: 0 additions & 29 deletions test/test_gtest_based.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions test/test_main.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions test/test_script.sh

This file was deleted.

0 comments on commit ed59b35

Please sign in to comment.