Directory Compiler/omc_release/

Directory Deleted:
2014-10-25 17:44
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Compiler/omc_release

Lines of Code

Compiler/omc_release/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 157 (100.0%) 651 (100.0%) 4.1
adrpo 70 (44.6%) 313 (48.1%) 4.4
levsa 4 (2.5%) 155 (23.8%) 38.7
sjoelund.se 62 (39.5%) 108 (16.6%) 1.7
x06hener 3 (1.9%) 33 (5.1%) 11.0
mkloeppel 1 (0.6%) 15 (2.3%) 15.0
dietmarw 2 (1.3%) 9 (1.4%) 4.5
adeas31 6 (3.8%) 9 (1.4%) 1.5
mwalther 6 (3.8%) 6 (0.9%) 1.0
stebr461 1 (0.6%) 1 (0.2%) 1.0
petar 1 (0.6%) 1 (0.2%) 1.0
Frenkel TUD 1 (0.6%) 1 (0.2%) 1.0

Most Recent Commits

sjoelund.se 2014-10-25 17:44 Rev.: 22938

Remove some RML stuff

0 lines of code changed in 4 files:

  • Compiler/omc_release: .cvsignore (del), ExternalRMLDefines.h (del), Makefile.in (del), Makefile.omdev.mingw (del)
adrpo 2014-09-30 06:33 Rev.: 22496

Merged branches/FFrontEnd into trunk/

Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c

Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+2 -2)
sjoelund.se 2014-05-08 13:28 Rev.: 20486

Add cJSON to SimulationRuntime/c since the bootstrapped compiler and OSX won't fail to build
(Hint: cmake never solved anyone's problems)

2 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
mwalther 2014-05-08 12:26 Rev.: 20478

- another day, another try to add cjson to HpcOmBenchmarkExt.cpp

2 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
mwalther 2014-05-07 17:54 Rev.: 20452

- revert r20442,20445,20446,20450 and 20451

2 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
mwalther 2014-05-07 16:24 Rev.: 20442

- included cjson into build and HpcOmBenchmarkExt.cpp

2 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
sjoelund.se 2014-05-05 20:19 Rev.: 20368

Revert r20364,r20365,r20367 - no boost dependency in omc.exe unless you add and compile all of it in 3rdParty
No C++ code at all if avoidable (remove any C++ code you can replace with pure C)

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -2)
adrpo 2014-05-05 19:28 Rev.: 20367

- fix Windows build: add boost dependency to omc
- maybe we should not do it like this, as far as I know there is a json parser in C already available.
- if you revert r20364 please revert r20365 and this revision too.

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+2 -1)
adrpo 2014-04-19 05:49 Rev.: 20200

- display graph on the fly via GraphStream (later we can support Gephi easily)
- some minor changes to FFrontEnd/ files
- i guess Linux builds will break but i'll fix them

4 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+2 -1), Makefile.omdev.mingw (+2 -1)
sjoelund.se 2014-04-11 15:40 Rev.: 20109

Only run templates if the omc executable exists

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
sjoelund.se 2014-04-11 15:30 Rev.: 20108

Use the nolink target

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
mkloeppel 2014-04-02 16:03 Rev.: 19927

Allows to link against an existing metis or patoh library using ./configure --with-METIS=DIR or --with-PATOH=DIR
These libraries can then be used as schedulers in the HpcOm module.

15 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+15 -2)
sjoelund.se 2013-12-17 00:21 Rev.: 18497

Maybe fix #2313 #2518

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
sjoelund.se 2013-12-06 14:41 Rev.: 18434

Don't recompile the parser all the time

4 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+4 -2)
sjoelund.se 2013-12-04 18:00 Rev.: 18403

Add a PHONY target for the omc program or it might not recompile everything

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1)
sjoelund.se 2013-12-03 11:26 Rev.: 18391

Do .depend first

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+2 -1)
sjoelund.se 2013-12-03 11:20 Rev.: 18390

Do DAE.c first also for the nolink target

6 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+6 -2)
sjoelund.se 2013-12-03 11:00 Rev.: 18385

Also force .depend for the nolink target so we don't crash build machines again

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
sjoelund.se 2013-12-03 10:44 Rev.: 18384

Try to do more things in parallel

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+2)
sjoelund.se 2013-11-24 13:40 Rev.: 18271

Link in fewer libraries

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -3)
sjoelund.se 2013-11-22 17:40 Rev.: 18239

Changes the way OpenMP is handled. Now there is a configure variable: ./configure CC=clang CXX=clang++ OMPCC="gcc-4.4 -fopenmp" will use clang as default, and gcc-4.4 when OpenMP is requested.

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+2 -2)
adrpo 2013-08-31 23:12 Rev.: 16963

- add -lpthread to omc.

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2013-08-21 13:01 Rev.: 16878

Don't link hwloc against all simulations

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
sjoelund.se 2013-06-19 12:59 Rev.: 16399

Fix rpath on OSX

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+2 -2)
sjoelund.se 2013-02-25 14:27 Rev.: 15306

- Clean-up location of FMI runtime library
- It's now a library linked separate from other (not part of Compiler/runtime, which includes System.mo; not what we need for FMI stand-alone simulations)
- Still, FMI for model exchange segfaults in testsuite, but it seems to be a valid error since a NULL pointer is sent around. Couldn't use valgrind to find it because the FMU template doesn't accept changing CFLAGS using env.vars (illegal instructions if using -O2)...
- Probably messed up some Makefiles. I moved things around a lot

2 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
adrpo 2013-01-31 13:19 Rev.: 15019

- library order hell fixed.

2 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+1 -1), Makefile.omdev.mingw (+1 -1)
adrpo 2012-11-28 19:00 Rev.: 14124

- link with -lgc the generated code
- link with -lgc omc.exe
- add the gc includes to the Compiler/runtime/Makefile.omdev.mingw

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2012-11-28 18:18 Rev.: 14120

- Enable boehm-gc by default

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
adrpo 2012-11-28 15:58 Rev.: 14117

- boehm gc paths to omdev are not needed anymore as the lib is in trunk/3rdParty now and is installed in build/
- also removed the compiled boehm gc from OMDev.

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
adrpo 2012-11-28 09:41 Rev.: 14098

- rename SimulationRuntime/c/meta/gc.* to SimulationRuntime/c/meta/mmc_gc.*
- to use the Boehm GC uncomment:
#define _MMC_USE_BOEHM_GC_
in SimulationRuntime/c/meta/mmc_gc.h
and recompile the SimulationRuntime/c and the bootstrapped compiler.
note that you will have to link omc or the bootstrapped compiler with Boehm GC
(for OMDev the flags are already in place but commented out, search for boehm in the Makefiles.omdev.mingw,
also the compiled libgc was added to OMDev).

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
adrpo 2012-10-11 00:36 Rev.: 13297

- switch the places of libs as -lfmilib needs -lshlwapi.

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
adrpo 2012-09-20 17:29 Rev.: 12995

- add -fopenmp

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
adeas31 2012-08-17 14:37 Rev.: 12567

- Don't generate extra libs. Just use the Compiler/runtime.

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -2)
adeas31 2012-08-17 13:45 Rev.: 12563

- Compile FMI stuff separately.
- Create fmiwrapper lib.

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+2 -1)
adeas31 2012-08-13 18:18 Rev.: 12500

- Use the static lib of FMIL.

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2012-08-13 16:31 Rev.: 12498

- Fix Linux compilation

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.in (+1 -1)
adeas31 2012-08-13 16:12 Rev.: 12496

- Compile FMIL.

3 lines of code changed in 2 files:

  • Compiler/omc_release: Makefile.in (+2 -1), Makefile.omdev.mingw (+1 -1)
adeas31 2012-08-13 13:35 Rev.: 12488

- Update OMDEV.
- Replaced the FMI reading code with FMIL utilities.

2 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+2 -1)
Frenkel TUD 2012-08-01 18:06 Rev.: 12393

add -lintl for mingw

1 lines of code changed in 1 file:

  • Compiler/omc_release: Makefile.omdev.mingw (+1 -1)

(87 more)

Generated by StatSVN 0.7.0