Directory Compiler/boot/

Directory Created:
2013-02-05 13:10
Total Files:
12
Deleted Files:
1
Lines of Code:
1264

[root]/Compiler/boot
            directory in repo include (1 files, 374 lines)

Lines of Code

Compiler/boot/ Lines of Code

Developers

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

Most Recent Commits

sjoelund.se 2015-05-03 09:58 Rev.: 25886

Rename libantlr3.a to libomantlr3.so

2 lines of code changed in 2 files:

  • Compiler/boot: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
sjoelund.se 2015-05-02 16:04 Rev.: 25878

Link lapack

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.in (+1 -1)
sjoelund.se 2015-04-30 13:58 Rev.: 25848

Update bootstrapping tarball

2 lines of code changed in 2 files:

  • Compiler/boot: Makefile.common (+2 -2), bootstrap-sources.tar.xz (changed)
sjoelund.se 2015-04-30 13:51 Rev.: 25847

See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping)

4 lines of code changed in 2 files:

  • Compiler/boot: CompileFile.mos (+1 -1), Makefile.common (+3 -2)
sjoelund.se 2015-04-30 12:40 Rev.: 25841

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:

  • Compiler/boot: Makefile.common (+4 -4), Makefile.in (+2 -1), Makefile.omdev.mingw (+1)
sjoelund.se 2015-04-29 23:20 Rev.: 25827

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:

  • Compiler/boot: Makefile.in (+2)
mwalther 2015-04-29 10:01 Rev.: 25804

- 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:

  • Compiler/boot: LoadCompilerSources.mos (+1), MakeDepends.mos (+1)
adrpo 2015-04-27 15:56 Rev.: 25763

- update tarball to get new functionality

0 lines of code changed in 1 file:

  • Compiler/boot: bootstrap-sources.tar.xz (changed)
vwaurich 2015-04-27 14:23 Rev.: 25756

- added first implementation for handling for-loops and variable arrays

1 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+1)
vwaurich 2015-04-20 13:07 Rev.: 25637

- moved visualizationXML dump to extra files
- dump ast for complex expressions in visualization xml

3 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+3 -1)
lochel 2015-04-20 10:57 Rev.: 25632

- Added new package "Sorting" to collect all the different sorting algorithms

1 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+1)
sjoelund.se 2015-03-30 16:30 Rev.: 25319

Change libgc to libomcgc to make sure we link against the correct version of boehm-gc

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.omdev.mingw (+1 -1)
bachmann 2015-03-25 18:15 Rev.: 25255

Prototype of a new RemoveSimpleEquation module added

2 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+2)
mwalther 2015-03-11 10:37 Rev.: 25025

- added metis to windows build (mingw)

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.omdev.mingw (+1 -1)
adrpo 2015-03-08 10:37 Rev.: 24984

- update bootstrapping tarball so that TplParser.mo is updated

0 lines of code changed in 1 file:

  • Compiler/boot: bootstrap-sources.tar.xz (changed)
perost 2015-03-02 13:27 Rev.: 24859

- Completely wreck scodeInst.

14 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+14 -13)
lochel 2015-02-26 12:58 Rev.: 24793

- separate dumpGraphML stuff from index reduction

1 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+1)
hkiel 2015-02-24 16:40 Rev.: 24745

OSX is always special

12 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+12 -1)
sjoelund.se 2015-02-24 13:03 Rev.: 24735

Patch _main.c twice

5 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+5 -1)
sjoelund.se 2015-02-24 12:36 Rev.: 24733

Patch `_main.c` to avoid a new tarball

2 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+2)
bthiele 2015-02-23 16:44 Rev.: 24709

Merged StateMachine branch back into trunk!

1 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+1)
adrpo 2015-02-19 01:27 Rev.: 24629

- update bootstrapping source tarball to match the headers in svn

0 lines of code changed in 1 file:

  • Compiler/boot: bootstrap-sources.tar.xz (changed)
adrpo 2015-02-13 08:27 Rev.: 24561

- use remove(messageFile) instead of system("rm -f " + messageFile);

1 lines of code changed in 1 file:

  • Compiler/boot: CompileFile.mos (+1 -1)
adrpo 2015-02-06 06:22 Rev.: 24453

- 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:

  • Compiler/boot: Makefile.common (+1 -1)
adrpo 2015-02-06 05:34 Rev.: 24452

- update to a tarball that knows generateScriptingAPI

0 lines of code changed in 1 file:

  • Compiler/boot: bootstrap-sources.tar.xz (changed)
adrpo 2015-02-06 02:26 Rev.: 24451

- missing -f

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1 -1)
sjoelund.se 2015-02-05 14:30 Rev.: 24437

Force updating the scripting API to the latest version when bootstrapping

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1)
sjoelund.se 2015-02-05 12:52 Rev.: 24432

Move the copying of the Qt cpp and header files from bootstrapping to omedit target

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1 -1)
adrpo 2015-01-30 18:06 Rev.: 24338

- link with libf2c.a on windows as liblapack-mingw needs it

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2015-01-30 10:54 Rev.: 24325

Remove f2c and a bit more from the simulation runtime (thanks to r24305)

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.omdev.mingw (+1 -1)
perost 2015-01-29 17:36 Rev.: 24303

- Added new package StringUtil for string utility functions.
- Improved Util.stringWrap and renamed it StringUtil.wordWrap.

1 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+1)
sjoelund.se 2015-01-26 12:03 Rev.: 24194

Allow installing qt interface files to fail

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1 -1)
sjoelund.se 2015-01-26 12:00 Rev.: 24193

Install qt scripting API files into build

5 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+5 -2)
adrpo 2014-12-19 03:09 Rev.: 23866

- use +n=1 for Makefile.depends bootstrapping target (it seems to deadlock on Windows)

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1 -1)
mkloeppel 2014-12-17 17:36 Rev.: 23828

further fix for METIS scheduler

3 lines of code changed in 1 file:

  • Compiler/boot: Makefile.in (+3 -1)
sjoelund.se 2014-12-09 13:29 Rev.: 23701

Automatically generate OpenModelicaScriptingAPI.mo

4 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+4 -1)
adrpo 2014-12-05 09:06 Rev.: 23671

- do not load files in parallel for target Makefile.sources

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1 -1)
sjoelund.se 2014-11-21 14:00 Rev.: 23500

- Add half-implemented API call generateScriptingAPI
- Handle variables with dimension false and true in SimCode

1 lines of code changed in 1 file:

  • Compiler/boot: LoadCompilerSources.mos (+1)
sjoelund.se 2014-11-19 15:04 Rev.: 23452

Fix OSX

1 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+1 -1)
sjoelund.se 2014-11-18 11:44 Rev.: 23426

#2987 Try to fix OSX again

2 lines of code changed in 1 file:

  • Compiler/boot: Makefile.common (+2 -3)

(169 more)

Generated by StatSVN 0.7.0