-
- Downloads
Merge pull request #11 in HIDRA2/hidra2 from feature/HIDRA2-17-offsite-analysis to develop
* commit 'ae25bee6': (40 commits) fix refactoring refactor so that only single library and single header were needed, add independent Makefile and CMakeLists to example. Add install commands fix test fix linux tests, link statically Refactoring for Windows, all test pass start adapting for windows add test for worker example refactor example change FileData from vector to unique_ptr remove build-release from tracking add example make worker lib thread-safe read data from file finished# add common lib for tests, start read file tests more unittests for getnext update for macos fix tests added OpenFile and tests get rid of memory leaks ...
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CMakeLists.txt 18 additions, 3 deletionsCMakeLists.txt
- CMakeModules/astyle.cmake 3 additions, 3 deletionsCMakeModules/astyle.cmake
- CMakeModules/check_test.sh 1 addition, 1 deletionCMakeModules/check_test.sh
- CMakeModules/testing_cpp.cmake 87 additions, 7 deletionsCMakeModules/testing_cpp.cmake
- common/cpp/CMakeLists.txt 11 additions, 3 deletionscommon/cpp/CMakeLists.txt
- common/cpp/include/common/file_info.h 21 additions, 0 deletionscommon/cpp/include/common/file_info.h
- common/cpp/include/system_wrappers/io.h 28 additions, 4 deletionscommon/cpp/include/system_wrappers/io.h
- common/cpp/include/system_wrappers/system_io.h 12 additions, 5 deletionscommon/cpp/include/system_wrappers/system_io.h
- common/cpp/src/system_io.cpp 92 additions, 9 deletionscommon/cpp/src/system_io.cpp
- common/cpp/src/system_io_linux.cpp 133 additions, 0 deletionscommon/cpp/src/system_io_linux.cpp
- common/cpp/src/system_io_windows.cpp 154 additions, 0 deletionscommon/cpp/src/system_io_windows.cpp
- common/cpp/unittests/test_common.cpp 5 additions, 0 deletionscommon/cpp/unittests/test_common.cpp
- doxygen.ini 1 addition, 0 deletionsdoxygen.ini
- examples/CMakeLists.txt 4 additions, 0 deletionsexamples/CMakeLists.txt
- examples/worker/CMakeLists.txt 5 additions, 0 deletionsexamples/worker/CMakeLists.txt
- examples/worker/process_folder/CMakeLists.txt 30 additions, 0 deletionsexamples/worker/process_folder/CMakeLists.txt
- examples/worker/process_folder/CMakeLists_separate.in 22 additions, 0 deletionsexamples/worker/process_folder/CMakeLists_separate.in
- examples/worker/process_folder/Makefile.in 25 additions, 0 deletionsexamples/worker/process_folder/Makefile.in
- examples/worker/process_folder/check_linux.sh 10 additions, 0 deletionsexamples/worker/process_folder/check_linux.sh
Loading
Please register or sign in to comment