Directory SimulationRuntime/cpp/Core/Math/

Directory Created:
2013-01-25 15:24
Total Files:
5
Deleted Files:
1
Lines of Code:
837

[root]/SimulationRuntime/cpp/Core/Math

Lines of Code

SimulationRuntime/cpp/Core/Math/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 111 (100.0%) 1493 (100.0%) 13.4
niklwors 40 (36.0%) 710 (47.6%) 17.7
rfranke 15 (13.5%) 443 (29.7%) 29.5
hudson 21 (18.9%) 97 (6.5%) 4.6
mwalther 11 (9.9%) 76 (5.1%) 6.9
nimen 4 (3.6%) 66 (4.4%) 16.5
Julian.Ophey 1 (0.9%) 36 (2.4%) 36.0
sjoelund.se 11 (9.9%) 34 (2.3%) 3.0
RuedKamp 5 (4.5%) 14 (0.9%) 2.8
mkloeppel 2 (1.8%) 13 (0.9%) 6.5
adrpo 1 (0.9%) 4 (0.3%) 4.0

Most Recent Commits

rfranke 2015-05-01 15:57 Rev.: 25866

separate ArraySliceConst from ArraySlice to enable slices of const arrays

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+1 -1)
rfranke 2015-05-01 08:14 Rev.: 25860

add const qualifiers to array operations

186 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+186 -145)
sjoelund.se 2015-04-30 15:09 Rev.: 25851

Install cppruntime libraries in the correct directory

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+2 -2)
rfranke 2015-04-30 07:19 Rev.: 25835

add support for read access to data of RefArray and make arg of sum_array const

see Modelica.Fluid.Examples.TraceSubstances.RoomCO2 after r25804

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+7 -9)
niklwors 2015-04-28 13:53 Rev.: 25784

fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries

10 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+3 -2), FactoryExport.cpp (+3 -2), SparseMatrix.cpp (+4)
rfranke 2015-04-23 22:11 Rev.: 25720

implement POW_ARRAY_SCALAR in Cpp runtime

17 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+17)
rfranke 2015-04-20 10:04 Rev.: 25629

Support multi-dimensional arrays in the external "C" interface again (#3286)

This change introduces incompatible changes to fix a bug that only showed up for bool arrays so far.

19 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+19 -11)
rfranke 2015-04-19 21:22 Rev.: 25623

Reduce impact of new internal matrix layout

- don't use assignRowMajorData in createArray_* methods because only single-dimensional data is assigned
- this enables to move assignRowMajorData back to the precompiled ArrayOperations.cpp (reverting r25614)

29 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+29)
rfranke 2015-04-19 13:05 Rev.: 25614

Add missing pieces for changed internal storage layout (#3286)

- adapt and fix append methods
- move assignRowMajorData to Array.h to make it available at compile time, e.g. for ComplexType

0 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (-29)
rfranke 2015-04-18 21:59 Rev.: 25613

Change internal storage layout of arrays in Cpp runtime to improve linear algebra (#3286)

59 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+59 -20)
rfranke 2015-04-18 09:54 Rev.: 25612

replace std::vector _tmp_data with boost::multi_array to make ArraySlice work for bool as well

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+1 -1)
hudson 2015-04-17 08:06 Rev.: 25594

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+1 -1)
rfranke 2015-04-17 07:59 Rev.: 25593

fix and generalize transpose_array

also unify ordering of call arguments for transpose_array and cat_array (return comes last)

25 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+25 -17)
rfranke 2015-04-15 23:59 Rev.: 25566

add support for external F77 to Cpp runtime

26 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+26)
rfranke 2015-04-10 07:13 Rev.: 25482

implicit treatment of multiplication of zero dimensional arrays

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+7 -10)
rfranke 2015-04-09 21:30 Rev.: 25479

implement multiply_array for 1D and 2D arrays

Nothing to be proud of ... but better than a missing matrix multiplication.

52 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+52 -1)
rfranke 2015-04-07 11:28 Rev.: 25409

install new file ArraySlice.h (#3263)

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+7 -6)
rfranke 2015-03-31 19:12 Rev.: 25341

FMI2 Cpp: add libOMCppMath_static to FMU (#3238)

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+7 -5)
mwalther 2015-03-25 09:41 Rev.: 25242

- 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:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+1 -1)
mwalther 2015-03-23 11:36 Rev.: 25209

- try to fix Ticket #3232
- Paths in ModelicaConfig.inc - file are now relative to OMHOME-Makefile variable
- Boost-Header files that are required for windows-cpp-runtime simulations are now copied into build/include/omc/cpp
- msvc-build on windows not testet at the moment

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+1 -1)
hudson 2015-03-03 15:06 Rev.: 24878

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+4 -4)
niklwors 2015-03-03 14:42 Rev.: 24875

fix for cpnvertBoolToInt in cpp runtime

7 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+7 -9)
RuedKamp 2015-02-17 10:55 Rev.: 24608

-typo fix

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: Functions.cpp (+1 -1)
mwalther 2015-02-11 09:07 Rev.: 24516

- 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

10 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+10 -8)
niklwors 2015-02-10 16:26 Rev.: 24507

changed SimulationError exception class of cpp runtime

15 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+10 -10), Functions.cpp (+2 -2), SparseMatrix.cpp (+3 -3)
niklwors 2015-02-04 13:59 Rev.: 24400

added new exception class for all simulation errors in cpp runtime

15 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+10 -10), Functions.cpp (+2 -2), SparseMatrix.cpp (+3 -3)
niklwors 2015-01-29 18:05 Rev.: 24306

adapted BufferReaderWriter of cpp runtime to new writer interface

14 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+14 -1)
mwalther 2015-01-27 09:49 Rev.: 24218

- 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

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+6 -6)
mwalther 2015-01-08 15:25 Rev.: 23982

- try to fix windows and mac OS build

1 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+1 -1)
nimen 2014-10-30 11:02 Rev.: 23070

Adaptions for VxWorks and Bodas in Kinsol and AlgLoopSolverFactory and cleanup of files in cpp runtime

62 lines of code changed in 3 files:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+59 -67), FactoryExport.cpp (+1 -7), Functions.cpp (+2 -5)
mwalther 2014-10-30 09:50 Rev.: 23067

- improved scorep-support for c++ runtime profiling
- fixed analyzation mode -> precompiled headers are used now
- profiling sections can now be turned on and off in measure_time.hpp

6 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: CMakeLists.txt (+6 -1)
nimen 2014-10-24 10:39 Rev.: 22901

Integration of Bodas and VxWorks functions into Cpp Simcore

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: FactoryExport.cpp (+4 -9)
hudson 2014-10-21 14:50 Rev.: 22835

[Janitor mode] Fix whitespace

26 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+26 -26)
Julian.Ophey 2014-10-21 14:48 Rev.: 22833

-fix in cpp-template for external objects/external functions

36 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+36)
hudson 2014-09-30 16:21 Rev.: 22514

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: FactoryExport.cpp (+2 -2)
hudson 2014-09-30 16:21 Rev.: 22513

[Janitor mode] Set auto-props

36 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: FactoryExport.cpp (+36 -35)
niklwors 2014-09-30 15:54 Rev.: 22512

changed math library to shared library

80 lines of code changed in 4 files:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+42 -42), CMakeLists.txt (+2 -1), FactoryExport.cpp (new 34), Functions.cpp (+2 -2)
niklwors 2014-09-29 11:30 Rev.: 22475

fix in array operations sum_array and dot_array

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+4 -2)
hudson 2014-09-29 10:58 Rev.: 22472

[Janitor mode] Fix whitespace

4 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+4 -4)
RuedKamp 2014-09-29 10:47 Rev.: 22471

-some changes in divide_array

5 lines of code changed in 1 file:

  • SimulationRuntime/cpp/Core/Math: ArrayOperations.cpp (+5 -6)

(34 more)

Generated by StatSVN 0.7.0