[root]/SimulationRuntime/cpp/Solver/Peer
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 17 (100.0%) | 1007 (100.0%) | 59.2 |
mwalther | 7 (41.2%) | 934 (92.8%) | 133.4 |
niklwors | 4 (23.5%) | 66 (6.6%) | 16.5 |
hudson | 4 (23.5%) | 4 (0.4%) | 1.0 |
sjoelund.se | 1 (5.9%) | 2 (0.2%) | 2.0 |
jschuchart | 1 (5.9%) | 1 (0.1%) | 1.0 |
Install cppruntime libraries in the correct directory
2 lines of code changed in 1 file:
fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries
2 lines of code changed in 1 file:
- changed minimum cmake version to 2.8.6
- changed DIRECTORY to PATH keyword, because this is not available in CMake < 2.8.11 (this should fix the linux nightly build)
1 lines of code changed in 1 file:
Remove superfluous const int return type definition to fix compiler warning
1 lines of code changed in 1 file:
- added IDA-library support for static linked cpp-runtime
- fixed static cpp-runtime linking on windows
- all static generated libraries have now the suffix "_static"
- changed all busy-waiting tests to n=1
3 lines of code changed in 1 file:
changed SimulationError exception class of cpp runtime
28 lines of code changed in 1 file:
added new exception class for all simulation errors in cpp runtime
28 lines of code changed in 1 file:
- changed name of "Analyzation_Mode" to "Runtime_static_linking"
- removed flag "hpcomAnalyzationMode"
- moved Runtime_static_linking into cpp-template
- added a flag to link boost statically to the cpp-runtime
5 lines of code changed in 1 file:
fix for 3d array in cpp runtime, added stop method to solver interface,
8 lines of code changed in 1 file:
[Janitor mode] Set auto-props
4 lines of code changed in 4 files:
- Peer Solver preliminaries added to CPP-Runtime
925 lines of code changed in 4 files: