[root]/doc/OpenModelicaAPI-Howto
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 8 (100.0%) | 1639 (100.0%) | 204.8 |
donida | 2 (25.0%) | 1470 (89.7%) | 735.0 |
dietmarw | 1 (12.5%) | 154 (9.4%) | 154.0 |
adrpo | 2 (25.0%) | 13 (0.8%) | 6.5 |
hudson | 2 (25.0%) | 2 (0.1%) | 1.0 |
sjoelund.se | 1 (12.5%) | 0 (0.0%) | 0.0 |
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
Ran a pdf optimizer on our pdfs in an attempt to reduce the size of trunk
0 lines of code changed in 1 file:
- 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.
13 lines of code changed in 2 files:
Formal clean up of all code files:
* applied svn:eol-style native to all files except Compiler/*.mo --> LF
* unified the eol-style of ALL files (this was necessary in order to set the svn properties
* unification was done by a script which also removed all trailing whitespaces (except for all files in testsuite as white spaces are necessary to successful compare the results, could be improved maybe)
* make clean all test --> success on Ubuntu Linux 8.10, proably a good idea to run it for the other platforms as well.
* FYI: script to remove trailing white spaces: http://is.gd/5A6B
154 lines of code changed in 1 file:
A brief report for the APIs of the OpenModelica compiler has been added.
It inclueds some usage examples.
1470 lines of code changed in 2 files: