[root]/SimulationRuntime/cpp/Include/Core/Utils/extension/impl
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 27 (100.0%) | 1210 (100.0%) | 44.8 |
niklwors | 12 (44.4%) | 662 (54.7%) | 55.1 |
sjoelund.se | 12 (44.4%) | 537 (44.4%) | 44.7 |
adrpo | 1 (3.7%) | 9 (0.7%) | 9.0 |
mwalther | 2 (7.4%) | 2 (0.2%) | 1.0 |
- removed the Include/Core - Folder from the Include-Path (this will break the CPP-Runtime on Windows with MSVC)
- moved some header-files from cpp/Core to cpp/Include/Core
- added experimental version of level-scheduler (levelfix) to HPCOM
1 lines of code changed in 1 file:
- fix for analyzation_mode on Linux
1 lines of code changed in 1 file:
Trim trailing whitespace
537 lines of code changed in 12 files:
- try to fix cppruntime.
- do not use hidden attribute as it doesn't seem to work with clang and gcc-4.4:
#define BOOST_EXTENSION_IMPORT_DECL __attribute__((visibility("hidden")))
9 lines of code changed in 1 file:
Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces
662 lines of code changed in 12 files: