[root]/Compiler/boot
include
(1 files, 374 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 259 (100.0%) | 2045 (100.0%) | 7.8 |
sjoelund.se | 186 (71.8%) | 1870 (91.4%) | 10.0 |
adrpo | 33 (12.7%) | 91 (4.4%) | 2.7 |
lochel | 13 (5.0%) | 22 (1.1%) | 1.6 |
perost | 5 (1.9%) | 19 (0.9%) | 3.8 |
hkiel | 1 (0.4%) | 12 (0.6%) | 12.0 |
vwaurich | 4 (1.5%) | 6 (0.3%) | 1.5 |
mwalther | 5 (1.9%) | 6 (0.3%) | 1.2 |
mahge930 | 3 (1.2%) | 6 (0.3%) | 2.0 |
mkloeppel | 1 (0.4%) | 3 (0.1%) | 3.0 |
bthiele | 2 (0.8%) | 3 (0.1%) | 1.5 |
hudson | 2 (0.8%) | 2 (0.1%) | 1.0 |
bachmann | 1 (0.4%) | 2 (0.1%) | 2.0 |
vitalij | 1 (0.4%) | 1 (0.0%) | 1.0 |
olero | 1 (0.4%) | 1 (0.0%) | 1.0 |
aleca751 | 1 (0.4%) | 1 (0.0%) | 1.0 |
Rename libantlr3.a to libomantlr3.so
2 lines of code changed in 2 files:
Link lapack
1 lines of code changed in 1 file:
Update bootstrapping tarball
2 lines of code changed in 2 files:
See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping)
4 lines of code changed in 2 files:
Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time
7 lines of code changed in 3 files:
Some cross-compilation fixes.
- Adding switches to disable compiling parts for a bootstrapped compiler.
- New switches mainly used to cross-compile a minimal omc on the build platform that can be used to compile omc for the host platform.
2 lines of code changed in 1 file:
- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes
2 lines of code changed in 2 files:
- update tarball to get new functionality
0 lines of code changed in 1 file:
- added first implementation for handling for-loops and variable arrays
1 lines of code changed in 1 file:
- moved visualizationXML dump to extra files
- dump ast for complex expressions in visualization xml
3 lines of code changed in 1 file:
- Added new package "Sorting" to collect all the different sorting algorithms
1 lines of code changed in 1 file:
Change libgc to libomcgc to make sure we link against the correct version of boehm-gc
1 lines of code changed in 1 file:
Prototype of a new RemoveSimpleEquation module added
2 lines of code changed in 1 file:
- added metis to windows build (mingw)
1 lines of code changed in 1 file:
- update bootstrapping tarball so that TplParser.mo is updated
0 lines of code changed in 1 file:
- Completely wreck scodeInst.
14 lines of code changed in 1 file:
- separate dumpGraphML stuff from index reduction
1 lines of code changed in 1 file:
OSX is always special
12 lines of code changed in 1 file:
Patch _main.c twice
5 lines of code changed in 1 file:
Patch `_main.c` to avoid a new tarball
2 lines of code changed in 1 file:
Merged StateMachine branch back into trunk!
1 lines of code changed in 1 file:
- update bootstrapping source tarball to match the headers in svn
0 lines of code changed in 1 file:
- use remove(messageFile) instead of system("rm -f " + messageFile);
1 lines of code changed in 1 file:
- split qt-clients build on windows so one can build just the ones who is interested in
- better Compiler/Script cleaning
- clean OMEdit generated files on clean
- get rid of some warnings
- do Print.clearBuf() a bit differently in Main
1 lines of code changed in 1 file:
- update to a tarball that knows generateScriptingAPI
0 lines of code changed in 1 file:
- missing -f
1 lines of code changed in 1 file:
Force updating the scripting API to the latest version when bootstrapping
1 lines of code changed in 1 file:
Move the copying of the Qt cpp and header files from bootstrapping to omedit target
1 lines of code changed in 1 file:
- link with libf2c.a on windows as liblapack-mingw needs it
1 lines of code changed in 1 file:
Remove f2c and a bit more from the simulation runtime (thanks to r24305)
1 lines of code changed in 1 file:
- Added new package StringUtil for string utility functions.
- Improved Util.stringWrap and renamed it StringUtil.wordWrap.
1 lines of code changed in 1 file:
Allow installing qt interface files to fail
1 lines of code changed in 1 file:
Install qt scripting API files into build
5 lines of code changed in 1 file:
- use +n=1 for Makefile.depends bootstrapping target (it seems to deadlock on Windows)
1 lines of code changed in 1 file:
further fix for METIS scheduler
3 lines of code changed in 1 file:
Automatically generate OpenModelicaScriptingAPI.mo
4 lines of code changed in 1 file:
- do not load files in parallel for target Makefile.sources
1 lines of code changed in 1 file:
- Add half-implemented API call generateScriptingAPI
- Handle variables with dimension false and true in SimCode
1 lines of code changed in 1 file:
Fix OSX
1 lines of code changed in 1 file:
#2987 Try to fix OSX again
2 lines of code changed in 1 file:
(169 more)