[root]/Compiler/scripts
PythonInterface
(0 files, 0 lines)
OMPython
(0 files, 0 lines)
OMParser
(0 files, 0 lines)
OMPythonParser
(0 files, 0 lines)
_GlobalIDL
(0 files, 0 lines)
_GlobalIDL__POA
(0 files, 0 lines)
stubs
(0 files, 0 lines)
modelbasedoptimization
(0 files, 0 lines)
ompython
(0 files, 0 lines)
Parser
(0 files, 0 lines)
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 |
- 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:
Modified python file for ngspice to Modelica conversion.
146 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 1 file:
Added function ngspicetoModelica() to convert ngspice netlists to Modelica code.
658 lines of code changed in 1 file:
Fixed CR/LF in script for Windows
6 lines of code changed in 1 file:
cpp_runtime: added parallel compilation for mingw on windows. But only if testsuite is not running.
3 lines of code changed in 1 file:
- 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:
Implemented convert_lines.pl inside Print.mo
0 lines of code changed in 1 file:
- attempt to fix +target=msvc compilation and test.
8 lines of code changed in 1 file:
- fix #2210. Thanks to Martin.
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
3 lines of code changed in 2 files:
Trim trailing whitespace
44 lines of code changed in 5 files:
Use svg thumbnails for measureTime (fewer gnuplot warnings, smaller filesize)
5 lines of code changed in 1 file:
- kill tabs.
9 lines of code changed in 1 file:
- 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:
- 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:
Make +simCodeTarget=Dump handle constant literals
33 lines of code changed in 1 file:
Added symbolic tracing of array equation scalarization
6 lines of code changed in 1 file:
- +simCodeTarget=Dump now runs xsltproc on the code automatically
69 lines of code changed in 1 file:
Add JS diff tool to the simcode dump
29 lines of code changed in 1 file:
- 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:
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:
- 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:
- 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:
- improve Compile.bat to call also msvc target
24 lines of code changed in 1 file:
- 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:
- Fixed the spaces problem.
5 lines of code changed in 1 file:
- Removed plot2, plotparametric2 and the script files associated with it.
0 lines of code changed in 3 files:
- 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:
- one for Windows too.
6 lines of code changed in 1 file:
- homogeneous line endings
1 lines of code changed in 1 file:
- more Linux stuff
9 lines of code changed in 1 file:
- support any type of value
1 lines of code changed in 1 file:
- not .exe for Linux sake :)
1 lines of code changed in 1 file:
- small comment update
1 lines of code changed in 1 file:
- a XSL script and a driver to change a start value inside a Model_init.xml
29 lines of code changed in 2 files:
- 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:
- yet another try at making Compile.bat work correctly (adrpo)
5 lines of code changed in 1 file:
- logging is not good unfortunately for the soul of the testsuite.
4 lines of code changed in 1 file:
- 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:
(44 more)