Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 229 (100.0%) | 10549 (100.0%) | 46.0 |
hubert.thieriot | 123 (53.7%) | 6724 (63.7%) | 54.6 |
hudson | 48 (21.0%) | 2246 (21.3%) | 46.7 |
sjoelund.se | 55 (24.0%) | 1576 (14.9%) | 28.6 |
adeas31 | 2 (0.9%) | 2 (0.0%) | 1.0 |
adrpo | 1 (0.4%) | 1 (0.0%) | 1.0 |
Prevent commits to OMOptim since the repository is being moved to https://github.com/OpenModelica/OMOptim
16 lines of code changed in 16 files:
Fix compilation
1 lines of code changed in 1 file:
Fix compilation
1 lines of code changed in 1 file:
Remove generated omniorb files
0 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
62 lines of code changed in 16 files:
Latest MAC versions assigns different tmp directories to different processes. So in order to have same tmp directory for CORBA object reference file we pass the tmp directory of OMClient to OMC via the config flag CORBA_OBJECT_REFERENCE_FILE_PATH. This makes sure that omc dumps the CORBA object reference file in the same directory where OMClient is trying to read from.
2 lines of code changed in 2 files:
- added a QMutex lock when quitting moomc : try to prevent from usual runtime error Corba::COMM_FAILURE
59 lines of code changed in 2 files:
- more messages
- gui improvements
- new main.cpp with script/console
1 lines of code changed in 1 file:
- updated for new OMOptimBasis (especially variable.value QVariant type)
- improved modExeplus and its ctrls
- gui simplifications
33 lines of code changed in 2 files:
- gui updates
- more simulations messages
- new search functions in moditemstree
22 lines of code changed in 2 files:
- getFieldName is const now
- updated moomc::getWholeText
12 lines of code changed in 1 file:
- added/cleaned script functions
- mutex for save/load
- GUI improvements
20 lines of code changed in 2 files:
Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy
952 lines of code changed in 14 files:
[Janitor mode] Fix tabs
952 lines of code changed in 14 files:
[Janitor mode] Set auto-props
1232 lines of code changed in 18 files:
- some functions now const
37 lines of code changed in 2 files:
-small GUI and doc modifications
1 lines of code changed in 1 file:
- first steps towards scripting
- new MOomc functions
- removed all subblocks functions
52 lines of code changed in 2 files:
- added omc commandlineoption in OMOptimSettings
- updated gnuplot monitor (no more singleton)
- minor GUI updates
22 lines of code changed in 2 files:
-removed useless signal
- stop problem signal/slot
2 lines of code changed in 1 file:
- avoid infinite loop while looking for inherited classes
- read variables causality
1 lines of code changed in 1 file:
- transfer filesToCopy as argument : instatiating function less called
- MOStyleSheet should contain main stylesheet strings
14 lines of code changed in 2 files:
- small omc function call improvment
11 lines of code changed in 1 file:
- corrected omc functions : getmofilepath and compile
- add saved variables in optimization : those that are kept through optimization even if not objectives or parameters
17 lines of code changed in 1 file:
- updates for new information controler in OMOptimBasis
- minor corrections
7 lines of code changed in 2 files:
- moomc get comment function
- optobjective filled fields
1 lines of code changed in 1 file:
- small updated
- new moomc/OpenModelica functions
37 lines of code changed in 2 files:
- other memory leaks (OMOptim). Should be over...
1 lines of code changed in 1 file:
- GUI log size limited
- better omc functions (avoid some useless calls)
54 lines of code changed in 1 file:
- corrected memory leaks
- removed file permissions settings (work differently on Windows and Linux)
1 lines of code changed in 1 file:
- pro file update
- omc start server function corrected
1 lines of code changed in 1 file:
- repared a memory leak (parameters in ModPlusCtrls)
- corrected issues on linux (folders permissions)
- temp directory better managed
- linux binaries (as windows ones) are moved to ./bin/
60 lines of code changed in 4 files:
- Detect people who cannot spell Link?ping correctly
2 lines of code changed in 1 file:
- updated Dymola compiling
- MOomc updates
7 lines of code changed in 1 file:
- added MOOMC error string
- corrected Variables extraction
24 lines of code changed in 2 files:
- main change in OMParameter : use name as an index (removed INDEX field since it could cause mistakes when list of parameters evolves)
33 lines of code changed in 2 files:
- this change is to enable querying of Modelica Standard Library 3.2 which has a class called Code.
- changed Code quoting to use $Code in Parser/BaseModelica_Lexer.g
+ allow $Code in END_IDENT token (to be able to use type $Code end $Code; in ModelicaBuiltin.mo).
+ changes in Compiler/FrontEnd/ModelicaBuiltin.mo to use $Code instead of Code.
+ documentation updates in doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex and doc/OpenModelicaUsersGuide.doc
+ changes to Compiler/FrontEnd/Dump.mo to dump CodeNode using $Code.
+ changes everywhere where Code was used to use $Code (.mo, .mos, .onb, .c*)
+ updated OMEdit and OMOptim to use $Code.
+ more interactive tests in testsuite/interactive/interactive_api_calls.mos (from doc/OpenModelicaAPI-Howto/OMC_API-HowTo.tex)
+ show statements in more testsuite/interactive tests.
+ update the Parser/omcc/* files
- removed testsuite/HumMod directory
- removed doc/OpenModelica-TortoiseSVN+Putty-HOWTO.doc as is way old and not useful anymore.
1 lines of code changed in 1 file:
- Added MOVectors and converting functions
- Corrected MEDimValue initialization
- Added Moomc and ModItemsTree functions
17 lines of code changed in 2 files:
- added MOomc functions
10 lines of code changed in 2 files:
- updated ModIemsTree
- new MOomc functions
- corrected WidgetModelsList
26 lines of code changed in 2 files:
(33 more)