[root]/.externalToolBuilders
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 13 (100.0%) | 106 (100.0%) | 8.1 |
adrpo | 10 (76.9%) | 77 (72.6%) | 7.7 |
dietmarw | 1 (7.7%) | 25 (23.6%) | 25.0 |
petar | 2 (15.4%) | 4 (3.8%) | 2.0 |
- changes to the Eclipse launch sample (OPENMODELICALIBRARY is now in lib/omlibrary)
23 lines of code changed in 1 file:
- updated the OMDev-MINGW-OpenModelicaBuilder.launch-sample
25 lines of code changed in 1 file:
- use project location instead of workspace/OpenModelica because the
top directory might have a different name and one could build an older
project by mistake.
- there is a downsize to this as if nothing is selected in the package
browser the build will fail, but in general that doesn't happen.
1 lines of code changed in 1 file:
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
25 lines of code changed in 1 file:
- most people have OMDev into /c/OMDev
1 lines of code changed in 1 file:
- merged in the ndims(A) code from Stefan Vorkoetter <svorkoetter@maplesoft.com> in Static.mo
+ many thanks to Stefan for his first contribution!
- merged in the ndims(A) test from Stefan Vorkoetter <svorkoetter@maplesoft.com> in matrices.mos
- added another ndims(A) test based on flattening within matrices.mos
- fixed bug http://bug.modelicacommunity.org/show_bug.cgi?id=80 by casting the pow(x, y)
arguments to modelica_real within Codegen.mo
- wrote more about testing in README-OMDev-MINGW.txt and README.Cygwin.or.Linux.txt
- added some missing information in README-BUILD-RELEASE.txt
- added OPENMODELICALIBRARY environment variable to OMDev-MINGW-OpenModelicaBuilder.launch-sample
as is not really true that everybody has a OpenModelica release available (take Linux for example)
and an OPENMODELICALIBRARY=/path/to/ModelicaLibrary environment variable set.
- added a space in SimCodegen.mo :)
1 lines of code changed in 1 file:
Changed OPENMODELICAHOME to point to project_loc instead of workspace_loc. The workspace can be at a completely other place, but project_loc will always be correct.
2 lines of code changed in 1 file:
- added OPENMODELICAHOME variable so you can run the testsuite from Eclipse
1 lines of code changed in 1 file:
renamed to just be used as a guide
16 lines of code changed in 2 files:
changes to:
- .project (removed the MDT builder) (uses OpenModelica as project root)
- builder OMDev-MINGW-OpenModelicaBuilder.launch (now builds from mo directly and has as OMDev path /c/OMdev)
- Makefile.omdev.mingw (don't copy serialization files are they are not generated, print the dependency generation time)
- rml2sig/rmldep-new.sh give some messages and generation time
5 lines of code changed in 1 file:
Fixed bug with index reduction: already differntiated equations should not be differentiated again.
Fixed bugs with event handling.
Changed interactive api for comments.
2 lines of code changed in 1 file:
OMDev compilation files + Eclipse project + eclipse builder.
----
Adrian Pop, adrpo@ida.liu.se, 2006-02-01
----
4 lines of code changed in 1 file: