Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 101 (100.0%) | 544 (100.0%) | 5.3 |
adrpo | 44 (43.6%) | 283 (52.0%) | 6.4 |
levsa | 4 (4.0%) | 158 (29.0%) | 39.5 |
sjoelund.se | 40 (39.6%) | 78 (14.3%) | 1.9 |
adeas31 | 7 (6.9%) | 10 (1.8%) | 1.4 |
dietmarw | 2 (2.0%) | 9 (1.7%) | 4.5 |
donida | 1 (1.0%) | 3 (0.6%) | 3.0 |
stebr461 | 2 (2.0%) | 2 (0.4%) | 1.0 |
hkiel | 1 (1.0%) | 1 (0.2%) | 1.0 |
- Removed old stuff we shouldn't use anymore
0 lines of code changed in 4 files:
- Don't generate extra libs. Just use the Compiler/runtime.
1 lines of code changed in 2 files:
- Compile FMI stuff separately.
- Create fmiwrapper lib.
2 lines of code changed in 1 file:
- Use the static lib of FMIL.
1 lines of code changed in 1 file:
- Updated the debug and profiler makefiles.
4 lines of code changed in 2 files:
- OMDev makefiles
1 lines of code changed in 1 file:
- Handle Modelica.Utilities.Streams.* external functions without generating so-files
1 lines of code changed in 1 file:
- Added LD_LAPACK to configure.in
1 lines of code changed in 1 file:
- remove sendData.
1 lines of code changed in 1 file:
- Don't link against Qt in omdev either
1 lines of code changed in 1 file:
- Removed sendData from the compiler
2 lines of code changed in 1 file:
- explicitly link libiconv, which is a missing dependency for the debugging and profiling versions of omc
1 lines of code changed in 1 file:
- gcc goes out of memory while compiling omcd.
- added flags to constraint the memory usage
2 lines of code changed in 1 file:
- configure: Added flag with-static-sqlite
1 lines of code changed in 1 file:
- Link with libsql3
1 lines of code changed in 1 file:
- YOU WILL NEED A NEW OMDev FOR THIS revision, just do SVN update on OMDev
- moved some binaries from /trunk into OMDev.
+ liblpsolve
+ libsqlite3
+ liblapack-mingw.a
+ libblas-mingw.a
+ lib/libtmglib-mingw.a
1 lines of code changed in 1 file:
- fixes for linking with lpsolve in c_runtime
- compiled static lpsolve with mingw and used that to link with omc.exe and c_runtime.
- todo: move it to OMDev.
1 lines of code changed in 1 file:
- Fix for OSX
1 lines of code changed in 1 file:
#1512
- Added API call solveLinearSystem (same functionality to be used in the backend later)
2 lines of code changed in 2 files:
- Use @CC@
1 lines of code changed in 1 file:
- use -O3 for omc_release and -pg for omc_profiler
- have an (key,value) array of 70% of bucket size in hashtables instead of size/10!
- faster
false = Expression.expHasCrefs(e)
to be used instead
{} = Expression.extractCrefsFromExp(e);
- smaller hastable sizes in SimCode.translateFunctions
- Hashtables do not take second size anymore, just bucket size.
1 lines of code changed in 1 file:
- Use @CXX@ for C++ when linking omc
1 lines of code changed in 1 file:
- Add @CFLAGS@ to more Makefiles
- Use gcc instead of rmlc to compile generated C-sources
1 lines of code changed in 1 file:
Updated OMDEV makefiles (link against -lregex)
- A NEW OMDev (2011-02-02) is needed for this (older version do not include regex.h)
1 lines of code changed in 1 file:
Fixes for task: #1344
- updated omc_profiler and omc_debug targets.
2 lines of code changed in 2 files:
- Updated makefiles to link against sqlite3 instead of compiling it ourselves on Linux
- Updated README to cover this dependency
- Updated omdev makefiles to generate Compiler/runtime/runtime.a like Linux does (this is so Windows and Linux can link different objects in Compiler/runtime)
- Updated configure script to search for sqlite3
1 lines of code changed in 1 file:
- Fix svn-eol-style on Makefiles
1 lines of code changed in 1 file:
- Changed default parser from ANTLR2 to ANTLR3
- All testcases except flat modelica parsing works
3 lines of code changed in 2 files:
- Simulation runtime change:
- The cref defines also define $P$old<%cref%> (and old2)
- This is a replacement for the old() old2() functions and is a lot faster
1 lines of code changed in 1 file:
- Updated configure/Makefile to work using MacPorts on x86_64
- qmake-mac can be found, and used to generate sendData makefiles
- omniORB can be found, and used to generate the CORBA communication
- The qtclients were not updated
- The following configure command needs to be provided in MacPorts:
./configure '--with-sendData-Qt' '--with-omniORB' 'LDFLAGS=-L/opt/local/lib/' 'CFLAGS=-I/opt/local/include/'
- The following packages should be installed:
antlr qt4-mac lp_solve omniorb autoconf and probably some more
1 lines of code changed in 1 file:
- Added -lpthread in omc_debug/Makefile.in
2 lines of code changed in 1 file:
- depend omc on subdirs rather than directly the .a
- compilation in Windows with MinGW should now work again.
1 lines of code changed in 1 file:
- Added Compiler/Makefile.compiler_subdirs.common
- This is a file common for all of omc_release,debug and profiler
- It is also common for proper Unix and OMDev
- Fixed a bug where the absyn_builder,modpar or runtime folders could fail, but compilation would still continue
8 lines of code changed in 2 files:
- Removed Compiler/Makefile.common.omdev.mingw
- It was identical to the Linux one with one difference
- However, all files that include this file set USE_CORBA so the ifdef should result in the same Makefile as the old one
1 lines of code changed in 1 file:
- Added configure option --with-sendData-Qt to disable sendData even if we have Qt installed.
- QTHOME should no longer be used.
- Disabling sendData reduces the time to run the (short) testsuite by around 14%; 1m32s down from 1m44s.
2 lines of code changed in 1 file:
- lib/libsendData.a should be lib/omc/libsendData.a
1 lines of code changed in 1 file:
- Added trunk/Makefile.common, and restructured Makefile and Makefile.omdev.mingw
- Fixed lots of weird install targets for files
- Moved commands.xml, etc files from bin to share/omnotebook, share/omshell.
- Moved ptplot.jar from bin to share/omc/java.
- Moved ptplot_license.txt from bin to share/
- Moved omc_helptext.txt from bin to share/doc/omc
- Added antlr_license.txt
- Moved OPENMODELICA/include to OPENMODELICAHOME/omc/include
- This way we won't override system libs/includes if we install to /usr
- Did the same for /lib
- Left to do: Move scripts from bin to usr/share/omc/scripts
- Updated OMNotebook and OMShell to reflect new paths of xml files.
- Updated doPlot commands to reflect the new location of ptplot.jar
3 lines of code changed in 2 files:
- Updating linux makefiles (and rmldep-new.sh) to work without RMLHOME set (it is set by ./configure!)
1 lines of code changed in 1 file:
- Added support for omniORB in qtclients.
+ We can now remove the dependency on mico for Linux systems.
1 lines of code changed in 1 file:
- Updated configure script to configure lpsolve55 properly (some systems require -ldl -lcolamd, others don't).
2 lines of code changed in 1 file:
(38 more)