[root]/SimulationRuntime/cpp/Core/ModelicaExternalC
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 56 (100.0%) | 3188 (100.0%) | 56.9 |
niklwors | 23 (41.1%) | 2755 (86.4%) | 119.7 |
sjoelund.se | 19 (33.9%) | 267 (8.4%) | 14.0 |
hudson | 12 (21.4%) | 164 (5.1%) | 13.6 |
rfranke | 1 (1.8%) | 1 (0.0%) | 1.0 |
mwalther | 1 (1.8%) | 1 (0.0%) | 1.0 |
Install cppruntime libraries in the correct directory
2 lines of code changed in 1 file:
add ModelicaExternalC and ModelicaStandardTables to Cpp targets
also remove CFLAGS from linking stages
1 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:
added modelicastandardtables build in cpp runtime CMakeFiles
changed cpp runtime executable name with Main suffix
added StateSelection class to cpp solver component
added stateselection methods of cpp system in cpp template
3 lines of code changed in 1 file:
added -fPIC Compiler flag to ModelicaExternalC lib of cpp runtime
3 lines of code changed in 1 file:
change ModelicaExternalC library from cpp runtime to use c files form MSL. Adapted cpp template for external objects
removed unused files in cpp runtime
3 lines of code changed in 7 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
157 lines of code changed in 5 files:
[Janitor mode] Fix tabs
157 lines of code changed in 5 files:
[Janitor mode] Set auto-props
7 lines of code changed in 7 files:
Trim trailing whitespace
102 lines of code changed in 7 files:
Remove BOM
6 lines of code changed in 6 files:
converted cpp an h files in cpp runtime to utf8
19 lines of code changed in 7 files:
Reorganized cpp runtime folders. Simplified solver interface methods. Removed unused functions. Renamed interfaces
2727 lines of code changed in 7 files: