Directory Compiler/scripts/

Total Files:
8
Deleted Files:
7
Lines of Code:
4215

[root]/Compiler/scripts
            Folder removed from repo PythonInterface (0 files, 0 lines)
                Folder removed from repo OMPython (0 files, 0 lines)
                    Folder removed from repo OMParser (0 files, 0 lines)
                    Folder removed from repo OMPythonParser (0 files, 0 lines)
                Folder removed from repo _GlobalIDL (0 files, 0 lines)
                Folder removed from repo _GlobalIDL__POA (0 files, 0 lines)
                Folder removed from repo stubs (0 files, 0 lines)
            Folder removed from repo modelbasedoptimization (0 files, 0 lines)
            Folder removed from repo ompython (0 files, 0 lines)
                Folder removed from repo Parser (0 files, 0 lines)

Lines of Code

Compiler/scripts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 109 (100.0%) 4761 (100.0%) 43.6
adrpo 33 (30.3%) 3137 (65.9%) 95.0
rakhiwarriar 2 (1.8%) 804 (16.9%) 402.0
sjoelund.se 29 (26.6%) 675 (14.2%) 23.2
adeas31 10 (9.2%) 64 (1.3%) 6.4
jfrenkel 1 (0.9%) 24 (0.5%) 24.0
Frenkel TUD 2 (1.8%) 13 (0.3%) 6.5
petar 6 (5.5%) 12 (0.3%) 2.0
x02lucpo 12 (11.0%) 10 (0.2%) 0.8
janK 1 (0.9%) 6 (0.1%) 6.0
hudson 3 (2.8%) 5 (0.1%) 1.6
cschubert 2 (1.8%) 4 (0.1%) 2.0
kajny 4 (3.7%) 3 (0.1%) 0.7
lochel 1 (0.9%) 2 (0.0%) 2.0
haklu 2 (1.8%) 1 (0.0%) 0.5
dietmarw 1 (0.9%) 1 (0.0%) 1.0

Most Recent Commits

adrpo 2015-02-11 18:08 Rev.: 24535

- get the proper process exit code for System.systemCall command on Windows
- put the error code inside the Model.log file
- remove Compiler/scripts/CompileMSVC.bat as is not used

5 lines of code changed in 2 files:

  • Compiler/scripts: Compile.bat (+5 -2), CompileMSVC.bat (del)
rakhiwarriar 2014-07-23 02:37 Rev.: 21599

Modified python file for ngspice to Modelica conversion.

146 lines of code changed in 1 file:

  • Compiler/scripts: ngspicetoModelica.py (+146 -30)
hudson 2014-07-21 11:02 Rev.: 21581

[Janitor mode] Set auto-props

2 lines of code changed in 1 file:

  • Compiler/scripts: ngspicetoModelica.py (+2)
rakhiwarriar 2014-07-21 11:01 Rev.: 21580

Added function ngspicetoModelica() to convert ngspice netlists to Modelica code.

658 lines of code changed in 1 file:

  • Compiler/scripts: ngspicetoModelica.py (new 658)
janK 2014-01-21 17:51 Rev.: 18704

Fixed CR/LF in script for Windows

6 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.bat (+6 -6)
cschubert 2013-12-20 10:25 Rev.: 18532

cpp_runtime: added parallel compilation for mingw on windows. But only if testsuite is not running.

3 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+3 -1)
sjoelund.se 2013-11-15 12:39 Rev.: 18152

- Updated SimCodeDump to include more accessible information in the XML
- Added a Qt-based streaming XML parser so OMEdit can use the _dump.xml information for the symbolic debugging

8 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+8 -8)
sjoelund.se 2013-10-07 12:20 Rev.: 17574

Implemented convert_lines.pl inside Print.mo

0 lines of code changed in 1 file:

  • Compiler/scripts: convert_lines.pl (del)
adrpo 2013-09-18 00:17 Rev.: 17293

- attempt to fix +target=msvc compilation and test.

8 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+8 -5)
lochel 2013-06-03 18:56 Rev.: 16197

- fix #2210. Thanks to Martin.

2 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+2 -2)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

3 lines of code changed in 2 files:

  • Compiler/scripts: convert_lines.pl (+1), replace-startValue.sh (+2)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

44 lines of code changed in 5 files:

  • Compiler/scripts: CompileMSVC.bat (+4 -4), convert_lines.pl (+1 -1), openmodelica.lefty (+9 -9), replace-startValue.sh (+2 -2), replace-startValue.xsl (+28 -28)
sjoelund.se 2013-02-21 21:05 Rev.: 15263

Use svg thumbnails for measureTime (fewer gnuplot warnings, smaller filesize)

5 lines of code changed in 1 file:

  • Compiler/scripts: default_profiling.xsl (+5 -5)
adeas31 2013-02-11 19:22 Rev.: 15148

- kill tabs.

9 lines of code changed in 1 file:

  • Compiler/scripts: convert_lines.pl (+9 -9)
adeas31 2013-02-11 18:42 Rev.: 15146

- Someone has changed the #modelicaLine file path formats and as a result the debugger won't work anymore. Who has time to check the svn logs.... I have fixed the convert lines script to handle the new file path format.

17 lines of code changed in 1 file:

  • Compiler/scripts: convert_lines.pl (+17 -14)
sjoelund.se 2013-02-06 17:03 Rev.: 15072

- Tiny update. It won't break anything. I promise.
- Moved some of the debug information to reading the generated xml-file instead of compiling it into the C-code
- TODO: Read the names of all systems, instead of only nonlinear. Populate the FILE_INFO, etc

4 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+4 -7)
sjoelund.se 2013-01-31 16:21 Rev.: 15022

Make +simCodeTarget=Dump handle constant literals

33 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+33 -2)
sjoelund.se 2013-01-31 11:59 Rev.: 15016

Added symbolic tracing of array equation scalarization

6 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+6)
sjoelund.se 2013-01-30 14:27 Rev.: 15006

- +simCodeTarget=Dump now runs xsltproc on the code automatically

69 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+69 -1)
sjoelund.se 2013-01-23 17:45 Rev.: 14898

Add JS diff tool to the simcode dump

29 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (+29 -27)
sjoelund.se 2012-12-31 09:57 Rev.: 14601

- Reverting r14595 (r10048 is more important; Windows XP does not report exit status if /B is used)

1 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+1 -1)
cschubert 2012-12-31 01:28 Rev.: 14595

Compile.bat: exit /b exits only from batch file and does not close the cmd.exe when run on its own

1 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+1 -1)
sjoelund.se 2012-12-18 14:48 Rev.: 14444

- Revamped +simCodeTarget=Dump. It now create $MODEL_dump.xml. Which, together with OPENMODELICAHOME/share/scripts/simcodedump.xsl produces a pretty html report. Will be improved further.

243 lines of code changed in 1 file:

  • Compiler/scripts: simcodedump.xsl (new 243)
adrpo 2012-10-20 03:03 Rev.: 13524

- we *really* need the RESULT from Compile.bat to know if we should report a build error in omc.

1 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+1 -1)
jfrenkel 2012-10-19 22:09 Rev.: 13513

- improve Compile.bat to call also msvc target

24 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+24 -1)
adrpo 2012-06-18 02:42 Rev.: 12081

- finishing up the OpenTURNS wrapper.
- templates in share/omc/scripts/OpenTurns with all the needed stuff
- added runOpenTURNSPythonScript to run the python file
- everything works fine now on windows, can be easily adapted for Linux!
- see testsuite/uncertainties/CantileverBeam.mos
- fixed warning in solver/solver_main.c

2 lines of code changed in 2 files:

  • Compiler/scripts: replace-startValue.bat (+1 -1), replace-startValue.sh (+1 -1)
adeas31 2012-04-26 20:02 Rev.: 11808

- Fixed the spaces problem.

5 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+5 -5)
adeas31 2012-04-16 20:12 Rev.: 11758

- Removed plot2, plotparametric2 and the script files associated with it.

0 lines of code changed in 3 files:

  • Compiler/scripts: doPlot (del), doPlot.Cygwin (del), doPlot.bat (del)
adeas31 2012-04-08 21:35 Rev.: 11685

- PTII environment variable not required anymore.
- Changed PTII to OMPTII.
- Removed OMPython-UserManual. OMPython documentation is moved to OpenModelica usersguide.

2 lines of code changed in 1 file:

  • Compiler/scripts: doPlot.bat (+2 -5)
adrpo 2012-02-03 12:01 Rev.: 11019

- one for Windows too.

6 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.bat (new 6)
adrpo 2012-02-03 11:57 Rev.: 11018

- homogeneous line endings

1 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.sh (+1 -1)
adrpo 2012-02-03 11:46 Rev.: 11017

- more Linux stuff

9 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.sh (+9 -1)
adrpo 2012-02-03 11:19 Rev.: 11016

- support any type of value

1 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.xsl (+1 -1)
adrpo 2012-02-03 11:18 Rev.: 11015

- not .exe for Linux sake :)

1 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.sh (+1 -1)
adrpo 2012-02-03 10:58 Rev.: 11013

- small comment update

1 lines of code changed in 1 file:

  • Compiler/scripts: replace-startValue.sh (+1 -1)
adrpo 2012-02-03 10:57 Rev.: 11012

- a XSL script and a driver to change a start value inside a Model_init.xml

29 lines of code changed in 2 files:

  • Compiler/scripts: replace-startValue.sh (new 1), replace-startValue.xsl (new 28)
adrpo 2011-12-14 10:33 Rev.: 10711

- GOT RID OF ALL ASSIGNMENT TO INPUT FROM THE COMPILER
please run testsuite/bootstrapping/MainTest.mos always before commit!
or the testboot make target (which is the same)
- used the strict double with padding from RML (a union instead of directly the double)
- refactored a bit the GC and added the generational GC (not on yet)
DO NOT PORT IT TO SimulationRuntime/c yet, i'll do it myself later.
- use the old realString for Windows for now
- removed Windows.h include from modelica.h
- stop generating junk in OMDev\tools\mingw\bin (fixes in Compiler/scripts/Compile.bat)
- fixes to some tests
- some fixes so that the bootstrapping works with VS.

4 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+4 -4)
Frenkel TUD 2011-11-08 11:29 Rev.: 10324

- yet another try at making Compile.bat work correctly (adrpo)

5 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+5 -4)
adrpo 2011-11-06 20:19 Rev.: 10303

- logging is not good unfortunately for the soul of the testsuite.

4 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+4 -4)
adrpo 2011-11-06 11:18 Rev.: 10300

- pushd doesn't understand any string with forward slashes, use cd instead.
- add more info to the log files so we can debug a bit if needed.
- force just the paths we need and NOTHING else.

7 lines of code changed in 1 file:

  • Compiler/scripts: Compile.bat (+7 -3)

(44 more)

Generated by StatSVN 0.7.0