Directory SimulationRuntime/c/simulation/math-support/

Directory Created:
2011-11-09 00:15
Directory Deleted:
2011-11-11 13:22
Total Files:
0
Deleted Files:
38
Lines of Code:
0

[root]/SimulationRuntime/c/simulation/math-support

Lines of Code

SimulationRuntime/c/simulation/math-support/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 113 (100.0%) 3839 (100.0%) 33.9
Frenkel TUD 22 (19.5%) 2617 (68.2%) 118.9
wbraun 40 (35.4%) 631 (16.4%) 15.7
lochel 51 (45.1%) 591 (15.4%) 11.5

Most Recent Commits

lochel 2011-11-11 13:22 Rev.: 10431

- moved math-support

0 lines of code changed in 38 files:

  • SimulationRuntime/c/simulation/math-support: CMakeLists.txt (del), Makefile.in (del), Makefile.omdev.mingw (del), bigden.c (del), biglag.c (del), blaswrap.h (del), dgesv_aux.c (del), dogleg.c (del), dpmpar.c (del), enorm.c (del), fdjac1.c (del), hybrd.c (del), hybrd1.c (del), hybrj.c (del), list.c (del), list.h (del), lsame.c (del), matrix.h (del), nelmead.c (del), newuoa.c (del), newuob.c (del), qform.c (del), qrfac.c (del), r1mpyq.c (del), r1updt.c (del), ringbuffer.c (del), ringbuffer.h (del), simulation_delay.c (del), simulation_delay.cpp (del), simulation_delay.h (del), simulation_events.c (del), simulation_events.cpp (del), simulation_events.h (del), simulation_init.c (del), simulation_init.cpp (del), simulation_init.h (del), trsapp.c (del), update.c (del)
Frenkel TUD 2011-11-11 12:30 Rev.: 10428

- ged rid of sum waring
- use time to call storeDelayedExpression, so globalData is not needed in simulation_delay

3 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/math-support: simulation_delay.c (+2 -2), simulation_delay.h (+1 -1)
wbraun 2011-11-11 05:52 Rev.: 10422

- fixed some Makefiles for windows

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: Makefile.omdev.mingw (+4 -7)
wbraun 2011-11-11 05:39 Rev.: 10421

- added some more fixes for Makefile

4 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: Makefile.in (+4 -7)
Frenkel TUD 2011-11-11 04:08 Rev.: 10420

- bugfix list.c
- bugfix TermMsg

2 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: list.c (+2 -2)
Frenkel TUD 2011-11-11 03:40 Rev.: 10419

- bugfix free

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: list.c (+1 -1)
Frenkel TUD 2011-11-11 02:53 Rev.: 10417

- bugfix c-standard
- add utility.h

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: matrix.h (+1 -1)
Frenkel TUD 2011-11-11 00:00 Rev.: 10416

- bugfix print debug
- assert to exit

9 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/math-support: list.h (+2), simulation_events.c (+7 -7)
Frenkel TUD 2011-11-10 23:47 Rev.: 10415

- bugfix list init in simulation_events
- bugfix TermMsg

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: simulation_events.c (+1 -1)
wbraun 2011-11-10 23:37 Rev.: 10414

- merged some fixes

76 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/math-support: simulation_events.c (+70 -1), simulation_events.h (+6 -1)
lochel 2011-11-10 22:49 Rev.: 10413

- bugfix for initialization

166 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/math-support: simulation_delay.c (+54 -50), simulation_init.c (+107 -82), simulation_init.h (+5 -44)
Frenkel TUD 2011-11-10 21:08 Rev.: 10411

- simulation_events.cpp -> c
- add list for simulation_events

1390 lines of code changed in 7 files:

  • SimulationRuntime/c/simulation/math-support: CMakeLists.txt (+3 -3), Makefile.in (+2 -1), Makefile.omdev.mingw (+2 -1), list.c (new 118), list.h (new 75), simulation_events.c (new 1185), simulation_events.h (+5 -6)
lochel 2011-11-10 19:33 Rev.: 10410

a small fix

17 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: simulation_delay.c (+17 -18)
lochel 2011-11-10 18:45 Rev.: 10408

- .PHONY fix for makefiles

2 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/math-support: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
Frenkel TUD 2011-11-10 18:10 Rev.: 10407

- c-stile comments

67 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: simulation_events.cpp (+67 -67)
Frenkel TUD 2011-11-10 18:02 Rev.: 10406

- simulation_delay.cpp -> c

254 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/math-support: CMakeLists.txt (+2 -2), simulation_delay.c (new 252)
Frenkel TUD 2011-11-10 17:50 Rev.: 10405

- update CMakeFiles
- simulation_init.cpp -> simulation_init.c

866 lines of code changed in 3 files:

  • SimulationRuntime/c/simulation/math-support: CMakeLists.txt (+1 -1), simulation_init.c (new 865), simulation_init.h (-1)
lochel 2011-11-10 15:45 Rev.: 10402

- conert ringbuffer from cpp to c

310 lines of code changed in 5 files:

  • SimulationRuntime/c/simulation/math-support: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1), ringbuffer.c (new 94), ringbuffer.h (+20 -53), simulation_delay.cpp (+194 -163)
Frenkel TUD 2011-11-10 12:38 Rev.: 10398

- add CMakeFiles to SimulationRuntime

23 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: CMakeLists.txt (new 23)
wbraun 2011-11-10 03:42 Rev.: 10393

- added one Makefile more to SimulationRuntime/c

6 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: Makefile.in (new 6)
wbraun 2011-11-09 22:26 Rev.: 10370

- fixing Makefiles for SimulationRuntime/c

19 lines of code changed in 2 files:

  • SimulationRuntime/c/simulation/math-support: simulation_events.cpp (+18 -1), simulation_events.h (+1)
lochel 2011-11-09 20:50 Rev.: 10365

- bug-fix inside the ringbuffer, because of losing the order during expanding

1 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: ringbuffer.h (+1)
lochel 2011-11-09 16:02 Rev.: 10360

- sync with c_runtime

95 lines of code changed in 1 file:

  • SimulationRuntime/c/simulation/math-support: simulation_init.cpp (+95 -54)
wbraun 2011-11-09 14:22 Rev.: 10355

- added Makefiles for building every subfolder an own library

47 lines of code changed in 4 files:

  • SimulationRuntime/c/simulation/math-support: Makefile.omdev.mingw (new 43), simulation_events.cpp (+1 -99), simulation_events.h (+2 -8), simulation_init.cpp (+1 -1)
wbraun 2011-11-09 00:15 Rev.: 10339

- added new structure in SimulationRuntime/{c,fmi}.
Copy almost all stuff from c_runtime to SimulationRuntime.

475 lines of code changed in 29 files:

  • SimulationRuntime/c/simulation/math-support: bigden.c (new), biglag.c (new), blaswrap.h (new), dgesv_aux.c (new), dogleg.c (new), dpmpar.c (new), enorm.c (new), fdjac1.c (new), hybrd.c (new), hybrd1.c (new), hybrj.c (new), lsame.c (new), matrix.h (new 1), nelmead.c (new), newuoa.c (new), newuob.c (new), qform.c (new), qrfac.c (new), r1mpyq.c (new), r1updt.c (new), ringbuffer.h (new 52), simulation_delay.cpp (new 163), simulation_delay.h (new 1), simulation_events.cpp (new 148), simulation_events.h (new 11), simulation_init.cpp (new 54), simulation_init.h (new 45), trsapp.c (new), update.c (new)
Generated by StatSVN 0.7.0