Directory Compiler/Util/

Directory Created:
2010-12-13 08:21
Total Files:
63
Deleted Files:
12
Lines of Code:
28597

[root]/Compiler/Util

Lines of Code

Compiler/Util/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 2190 (100.0%) 70771 (100.0%) 32.3
perost 259 (11.8%) 20154 (28.5%) 77.8
adrpo 174 (7.9%) 19335 (27.3%) 111.1
sjoelund.se 1069 (48.8%) 13105 (18.5%) 12.2
hudson 106 (4.8%) 2499 (3.5%) 23.5
bachmann 4 (0.2%) 2392 (3.4%) 598.0
mwalther 48 (2.2%) 2342 (3.3%) 48.7
adeas31 55 (2.5%) 2046 (2.9%) 37.2
wbraun 45 (2.1%) 1894 (2.7%) 42.0
lochel 109 (5.0%) 1621 (2.3%) 14.8
jfrenkel 69 (3.2%) 1452 (2.1%) 21.0
Frenkel TUD 64 (2.9%) 1448 (2.0%) 22.6
vwaurich 44 (2.0%) 1260 (1.8%) 28.6
mahge930 20 (0.9%) 342 (0.5%) 17.1
leonardo.laguna 23 (1.1%) 234 (0.3%) 10.1
bthiele 5 (0.2%) 123 (0.2%) 24.6
hkiel 17 (0.8%) 116 (0.2%) 6.8
petar 19 (0.9%) 94 (0.1%) 4.9
vitalij 21 (1.0%) 91 (0.1%) 4.3
ptaeuber 12 (0.5%) 78 (0.1%) 6.5
Kaie Kubjas 4 (0.2%) 50 (0.1%) 12.5
mflehmig 7 (0.3%) 29 (0.0%) 4.1
henrikt 5 (0.2%) 26 (0.0%) 5.2
niklwors 1 (0.0%) 15 (0.0%) 15.0
ppriv 2 (0.1%) 9 (0.0%) 4.5
alash325 3 (0.1%) 6 (0.0%) 2.0
JohannaSchneider 1 (0.0%) 4 (0.0%) 4.0
aleca751 1 (0.0%) 3 (0.0%) 3.0
nutaro 1 (0.0%) 1 (0.0%) 1.0
edgarlopez 1 (0.0%) 1 (0.0%) 1.0
RuedKamp 1 (0.0%) 1 (0.0%) 1.0

Most Recent Commits

sjoelund.se 2015-04-30 13:51 Rev.: 25847

See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping)

4 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+4 -3)
sjoelund.se 2015-04-30 12:40 Rev.: 25841

Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time

6 lines of code changed in 1 file:

  • Compiler/Util: System.mo (+6)
perost 2015-04-29 13:33 Rev.: 25820

- Fix flag typo.

1 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+1 -1)
hudson 2015-04-29 10:35 Rev.: 25807

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • Compiler/Util: HashTableCrIListArray.mo (+1)
mwalther 2015-04-29 10:01 Rev.: 25804

- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes

121 lines of code changed in 3 files:

  • Compiler/Util: Graph.mo (+1 -1), HashTableCrIListArray.mo (new 113), Util.mo (+7 -3)
vwaurich 2015-04-27 14:23 Rev.: 25756

- added first implementation for handling for-loops and variable arrays

30 lines of code changed in 2 files:

  • Compiler/Util: Flags.mo (+4 -1), List.mo (+26)
vitalij 2015-04-23 23:46 Rev.: 25721

added symbolic implicit euler. Improvements will come!!

7 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+7 -1)
hkiel 2015-04-23 14:36 Rev.: 25708

eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())

2 lines of code changed in 2 files:

  • Compiler/Util: GraphML.mo (+1 -1), List.mo (+1 -15)
adeas31 2015-04-23 01:17 Rev.: 25699

- Fix build,
- Don't use Qt threads with OpenModelicaCompiler shared library.

1 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+1 -3)
adeas31 2015-04-23 00:36 Rev.: 25696

- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.

8 lines of code changed in 3 files:

  • Compiler/Util: Config.mo (-6), Flags.mo (+3 -7), System.mo (+5)
adeas31 2015-04-22 17:40 Rev.: 25689

#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.

23 lines of code changed in 1 file:

  • Compiler/Util: System.mo (+23)
lochel 2015-04-22 17:18 Rev.: 25688

- Removed List.isEmpty

0 lines of code changed in 1 file:

  • Compiler/Util: List.mo (-7)
ptaeuber 2015-04-22 15:53 Rev.: 25680

- Generate a second tearing set for simulation DAEs with weaker constraints in solvability (not passed along to the runtime yet)
- Renamed some functions in Tearing.mo
- Use list<Integer> instead of list<list<Integer>> for the order of the inner equations in tearing sets

6 lines of code changed in 1 file:

  • Compiler/Util: Config.mo (+6)
hudson 2015-04-21 13:05 Rev.: 25662

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+1 -1)
ptaeuber 2015-04-21 12:36 Rev.: 25658

Prepared Backend for the introduction of dynamic Tearing (tearing set can be changed during runtime)
In detail:
- introduced record BackendDAE.SOLVABILITY_SOLVABLE, which means the equation is analytically solvable for the variable, regardless of how the variable occurs in the equation
- function BackendDAEUtil.tryToSolveOrDerive (old: getFactorForX) can be activated by parameter in getAdjacencyMatrixEnhancedScalar
- introduced uniontype BackendDAE.TearingSet, restructured record TORNSYSTEM
- introduced ConfigFlag "dynamicTearing"

7 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+7 -2)
hudson 2015-04-20 13:35 Rev.: 25640

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/Util: VisualXML.mo (+1 -1)
hudson 2015-04-20 13:35 Rev.: 25639

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • Compiler/Util: VisualXML.mo (+1)
vwaurich 2015-04-20 13:07 Rev.: 25637

- moved visualizationXML dump to extra files
- dump ast for complex expressions in visualization xml

427 lines of code changed in 2 files:

  • Compiler/Util: GraphML.mo (-46), VisualXML.mo (new 427)
lochel 2015-04-20 11:26 Rev.: 25634

- Use new implementation of Tarjan's algorithm for index reduction

6 lines of code changed in 1 file:

  • Compiler/Util: Util.mo (+6)
vitalij 2015-04-16 20:39 Rev.: 25587

extend flag for inputs from r25582

5 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+5 -1)
vitalij 2015-04-16 17:42 Rev.: 25582

new debuge flag: added new_var = var/nominal where var is state

6 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+6 -1)
hudson 2015-04-14 09:59 Rev.: 25540

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/Util: GraphML.mo (+1 -1)
vwaurich 2015-04-14 09:56 Rev.: 25539

- added stuff to dump a xml file that contains information about visualization objects

52 lines of code changed in 2 files:

  • Compiler/Util: Flags.mo (+4 -2), GraphML.mo (+48)
vitalij 2015-04-13 14:38 Rev.: 25528

improved r25524

8 lines of code changed in 2 files:

  • Compiler/Util: Error.mo (+1 -1), Flags.mo (+7 -6)
hudson 2015-04-13 12:51 Rev.: 25526

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/Util: Error.mo (+1 -1)
vitalij 2015-04-13 12:42 Rev.: 25524

added flag for diasbale Msg from omc

18 lines of code changed in 2 files:

  • Compiler/Util: Error.mo (+14 -17), Flags.mo (+4 -1)
hudson 2015-04-10 11:17 Rev.: 25488

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/Util: Util.mo (+1 -1)
niklwors 2015-04-10 11:03 Rev.: 25486

added SimVars class to cpp runtime which stores all model variables
removed [Model]PreVariables class in cpp template and moved functionality to SimVars class
modified get/set methods,array class,eventhandling classes to new SimvVars class

15 lines of code changed in 1 file:

  • Compiler/Util: Util.mo (+15)
bachmann 2015-04-09 14:33 Rev.: 25472

Added another implementation of the "usual" matching algorithm. Method also
works in combination with the available index reduction methods.

Option: +matchingAlgorithm=BB.

Preliminary tests show similar performance compared with the default matching
algorithm "PFPlusExt" even for large models! Method might be renamed and set
to default, after some small issues in connection with the removeSimpleEquations
modul are solved!

2 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+2 -1)
hudson 2015-04-02 12:05 Rev.: 25367

[Janitor mode] Fix whitespace

1 lines of code changed in 1 file:

  • Compiler/Util: Array.mo (+1 -1)
wbraun 2015-04-02 12:03 Rev.: 25366

- adapt BackendDAEUtil.reduceEqSystem for symbolic jacobians and utilize it.

24 lines of code changed in 1 file:

  • Compiler/Util: Array.mo (+24)
vwaurich 2015-04-01 13:37 Rev.: 25352

- addded proper ordering for metis scheduler
- added messages if parallel simulation isn't worth

1 lines of code changed in 1 file:

  • Compiler/Util: List.mo (+1 -1)
sjoelund.se 2015-03-30 16:37 Rev.: 25320

GC library changed name

9 lines of code changed in 1 file:

  • Compiler/Util: GC.mo (+9 -9)
vitalij 2015-03-26 19:52 Rev.: 25278

-improved reduceDynamicOptimization
-added test for combination reduceDynamicOptimization and extendDynamicOptimization

1 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+1 -1)
vitalij 2015-03-26 00:20 Rev.: 25262

added module reduceDynamicOptimization (Thanks, Willi)
- remove eqs and vars, which are not part of the optimization problem

open issues: overestimation for states

5 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+5 -1)
hudson 2015-03-25 18:50 Rev.: 25257

[Janitor mode] Fix whitespace

11 lines of code changed in 2 files:

  • Compiler/Util: Flags.mo (+1 -1), HashTableCrToCrEqLst.mo (+10 -10)
hudson 2015-03-25 18:50 Rev.: 25256

[Janitor mode] Set auto-props

2 lines of code changed in 2 files:

  • Compiler/Util: HashTableCrToCrEqLst.mo (+1), HashTableCrToExp.mo (+1)
bachmann 2015-03-25 18:15 Rev.: 25255

Prototype of a new RemoveSimpleEquation module added

2390 lines of code changed in 3 files:

  • Compiler/Util: Flags.mo (+2 -2), HashTableCrToCrEqLst.mo (new 1239), HashTableCrToExp.mo (new 1149)
hudson 2015-03-25 16:50 Rev.: 25250

[Janitor mode] Fix whitespace

2 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+2 -2)
wbraun 2015-03-25 16:46 Rev.: 25249

- added config flag for removeSimpleEquation to select the choose method

16 lines of code changed in 1 file:

  • Compiler/Util: Flags.mo (+16 -3)

(1178 more)

Generated by StatSVN 0.7.0