Directory Compiler/modpar/

Directory Deleted:
2014-05-06 10:43
Total Files:
0
Deleted Files:
29
Lines of Code:
0

[root]/Compiler/modpar

Lines of Code

Compiler/modpar/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 179 (100.0%) 1939 (100.0%) 10.8
sjoelund.se 95 (53.1%) 1054 (54.4%) 11.0
dietmarw 42 (23.5%) 534 (27.5%) 12.7
hudson 12 (6.7%) 152 (7.8%) 12.6
adrpo 15 (8.4%) 127 (6.5%) 8.4
petar 6 (3.4%) 37 (1.9%) 6.1
Frenkel TUD 7 (3.9%) 35 (1.8%) 5.0
bjozac 2 (1.1%) 0 (0.0%) 0.0

Most Recent Commits

sjoelund.se 2014-05-06 10:43 Rev.: 20379

Remove the modpar library as it has been disabled for a long time

0 lines of code changed in 29 files:

  • Compiler/modpar: .cvsignore (del), CMakeLists.txt (del), Codegen.cpp (del), Codegen.hpp (del), DuplicateParentMerge.cpp (del), DuplicateParentMerge.hpp (del), Makefile.in (del), Makefile.omdev.mingw (del), Makefile.vc (del), MergeAllParents.cpp (del), MergeAllParents.hpp (del), MergeRule.cpp (del), MergeRule.hpp (del), MergeSiblings.cpp (del), MergeSiblings.hpp (del), ParallelOptions.hpp (del), Schedule.cpp (del), Schedule.hpp (del), SingleChildMerge.cpp (del), SingleChildMerge.hpp (del), TaskGraph.cpp (del), TaskGraph.hpp (del), TaskGraphExt.cpp (del), TaskGraphExt_stub.cpp (del), TaskGraphExt_stub_omc.cpp (del), TaskMerging.cpp (del), TaskMerging.hpp (del), solvers.cpp (del), solvers.hpp (del)
adrpo 2013-05-19 18:07 Rev.: 16089

Compiler/FrontEnd/InstExtends.mo
- handle SCode.DERIVED (for class extends X)
- strip environment prefix from crefs and paths.
Compiler/Template/AbsynDumpTpl.tpl
- handle Absyn.PARTEVALFUNCTION
Compiler/FrontEnd/F*
- add first draft of graph for SCode.
- not used yet
testsuite/flattening/*
- fix tests due to environment strip.



1 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2013-05-02 21:17 Rev.: 15963

Revert r15962 (accidently replaced 8 spaces with 2 spaces; was supposed to be 1 tab to 2 spaces but text editors messed up the command)
Contact me if you have problems merging your working copy

151 lines of code changed in 11 files:

  • Compiler/modpar: Codegen.cpp (+33 -33), DuplicateParentMerge.cpp (+27 -27), MergeAllParents.cpp (+15 -15), MergeRule.cpp (+6 -6), MergeSiblings.cpp (+5 -5), Schedule.cpp (+9 -9), SingleChildMerge.cpp (+3 -3), TaskGraph.cpp (+2 -2), TaskGraphExt.cpp (+12 -12), TaskMerging.cpp (+34 -34), solvers.cpp (+5 -5)
hudson 2013-05-02 20:46 Rev.: 15962

[Janitor mode] Fix tabs

151 lines of code changed in 11 files:

  • Compiler/modpar: Codegen.cpp (+33 -33), DuplicateParentMerge.cpp (+27 -27), MergeAllParents.cpp (+15 -15), MergeRule.cpp (+6 -6), MergeSiblings.cpp (+5 -5), Schedule.cpp (+9 -9), SingleChildMerge.cpp (+3 -3), TaskGraph.cpp (+2 -2), TaskGraphExt.cpp (+12 -12), TaskMerging.cpp (+34 -34), solvers.cpp (+5 -5)
hudson 2013-04-30 14:51 Rev.: 15938

[Janitor mode] Set auto-props

1 lines of code changed in 1 file:

  • Compiler/modpar: CMakeLists.txt (+1)
sjoelund.se 2013-03-06 13:12 Rev.: 15486

Trim trailing whitespace

59 lines of code changed in 3 files:

  • Compiler/modpar: CMakeLists.txt (+26 -26), Makefile.in (+1 -1), Makefile.vc (+32 -32)
sjoelund.se 2013-02-05 13:10 Rev.: 15056

- Modify makefiles to be able to compile omc without RML installed (configure --without-rml; make bootstrap-from-tarball)
- Pray the RML makefiles were not broken

3 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.in (+3 -1)
sjoelund.se 2012-03-26 11:17 Rev.: 11531

- Converted some files to UTF-8

1 lines of code changed in 1 file:

  • Compiler/modpar: solvers.cpp (+1 -1)
adrpo 2011-12-11 02:51 Rev.: 10686

- gee, we were copying the lib into /omc :)

4 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+4)
sjoelund.se 2011-05-04 15:07 Rev.: 8817

- Fixes for modpar+bootstrapping

3 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.in (+3 -1)
sjoelund.se 2011-05-01 18:59 Rev.: 8764

- Add @CFLAGS@ to more Makefiles
- Use gcc instead of rmlc to compile generated C-sources

1 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.in (+1 -1)
sjoelund.se 2011-01-09 19:37 Rev.: 7667

- Tabs to spaces

238 lines of code changed in 19 files:

  • Compiler/modpar: Codegen.cpp (+43 -43), Codegen.hpp (+12 -12), DuplicateParentMerge.cpp (+27 -27), DuplicateParentMerge.hpp (+12 -12), MergeAllParents.cpp (+12 -12), MergeAllParents.hpp (+7 -7), MergeRule.cpp (+6 -6), MergeSiblings.cpp (+5 -5), MergeSiblings.hpp (+1 -1), Schedule.cpp (+8 -8), Schedule.hpp (+14 -14), SingleChildMerge.cpp (+5 -5), SingleChildMerge.hpp (+1 -1), TaskGraph.hpp (+8 -8), TaskGraphExt.cpp (+14 -14), TaskMerging.cpp (+37 -37), TaskMerging.hpp (+8 -8), solvers.cpp (+9 -9), solvers.hpp (+9 -9)
sjoelund.se 2011-01-07 10:33 Rev.: 7662

- Replaced tab characters with 2 spaces (mostly in C sources since Eclipse/MDT usually manages to avoid using tabs)
$ svn diff Compiler/ | grep ^- | grep -v ^--- | wc -l
4771
$ svn diff c_runtime/ | grep ^- | grep -v ^--- | wc -l
13365
$ svn diff OMNotebook/ | grep ^- | grep -v ^--- | wc -l
17341
$ svn diff OMShell/ | grep ^- | grep -v ^--- | wc -l
582

450 lines of code changed in 22 files:

  • Compiler/modpar: Codegen.cpp (+75 -75), Codegen.hpp (+16 -16), DuplicateParentMerge.cpp (+45 -45), DuplicateParentMerge.hpp (+12 -12), MergeAllParents.cpp (+58 -58), MergeAllParents.hpp (+7 -7), MergeRule.cpp (+8 -8), MergeRule.hpp (+1 -1), MergeSiblings.cpp (+6 -6), MergeSiblings.hpp (+1 -1), Schedule.cpp (+51 -51), Schedule.hpp (+27 -27), SingleChildMerge.cpp (+5 -5), SingleChildMerge.hpp (+1 -1), TaskGraph.cpp (+2 -2), TaskGraph.hpp (+26 -26), TaskGraphExt.cpp (+17 -17), TaskMerging.cpp (+49 -49), TaskMerging.hpp (+8 -8), solvers.cpp (+21 -21), solvers.hpp (+14 -14)
Frenkel TUD 2010-12-21 14:31 Rev.: 7538

- fix makefile for mingw

1 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+1 -1)
sjoelund.se 2010-12-21 12:41 Rev.: 7536

- Fix regeneration of libomcmodpar.a if make clean has been run

7 lines of code changed in 2 files:

  • Compiler/modpar: Makefile.in (+3 -2), Makefile.omdev.mingw (+4 -1)
sjoelund.se 2010-11-19 10:59 Rev.: 7107

- Implemented libmodparomc.a (the stub version of modpar)

139 lines of code changed in 3 files:

  • Compiler/modpar: Makefile.in (+6 -2), Makefile.omdev.mingw (+3 -1), TaskGraphExt_stub_omc.cpp (new 130)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.in (+1 -1)
sjoelund.se 2010-04-21 16:06 Rev.: 5346

- Added support for unset RMLHOME when doing ./configure
- More removal of files when doing make clean or make distclean

1 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.in (+1 -1)
Frenkel TUD 2010-04-08 16:18 Rev.: 5278

- CMakeFiles now work on win32 and linux to generate omc executable.
- Linux define RLMHOME, point to your rml install path
- win: define OMDEV environment variable, point to your OMDev installation
- Attention: because function rml_user_gc is defined at rml.lib you can
- at force flag to TARGET_LINK_LIBRARIES(omc rml) (for win32 -> TARGET_LINK_LIBRARIES(omc -FORCE:MULTIPLE rml))
or - rebuild rml lib without function rml_user_gc

0 lines of code changed in 1 file:

  • Compiler/modpar: CMakeLists.txt (-3)
Frenkel TUD 2010-03-31 17:25 Rev.: 5247

- update CMakeFiles for linux

7 lines of code changed in 1 file:

  • Compiler/modpar: CMakeLists.txt (+7 -1)
Frenkel TUD 2010-03-27 20:52 Rev.: 5227

- continue with CMakeFiles

1 lines of code changed in 1 file:

  • Compiler/modpar: CMakeLists.txt (+1)
Frenkel TUD 2010-03-26 17:05 Rev.: 5224

- update CMake Files, now only the linker fails because of
runtime.lib(systemimpl.obj) : error LNK2005: _rml_user_gc ist bereits in librml.lib(p-usergc.obj) definiert.
>msvcprt.lib, MSVCRT.lib, error LNK2005: __errno ist bereits in LIBCMT.lib(dosmap.obj) definiert. ...

1 lines of code changed in 1 file:

  • Compiler/modpar: CMakeLists.txt (+1)
Frenkel TUD 2010-03-25 01:06 Rev.: 5200

- add CMakeFiles to build omc with CMake (not yet finished)

23 lines of code changed in 1 file:

  • Compiler/modpar: CMakeLists.txt (new 23)
bjozac 2009-11-20 16:29 Rev.: 4549

minor changes for windows make files.

0 lines of code changed in 2 files:

  • Compiler/modpar: Makefile.vc (changed)
adrpo 2009-11-07 06:50 Rev.: 4465

- do not use modpar in modpar/Makefile.omdev.mingw by default in Windows.
it depends on boost and by default we don't need it.

2 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+2 -2)
Frenkel TUD 2009-11-06 13:01 Rev.: 4464

enumerations part 1
- what does not work
- redeclaration
- Integer(Enumeration)
- String(Enumeration)
- ... (perhaps more i have not yet finished all enumeration testcases)

2 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+2 -2)
dietmarw 2008-11-02 18:35 Rev.: 3732

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

534 lines of code changed in 42 files:

  • Compiler/modpar: Codegen.cpp (+101 -101), Codegen.hpp (new), DuplicateParentMerge.cpp (+27 -27), DuplicateParentMerge.hpp (new), Makefile.in (+2 -2), Makefile.omdev.mingw (+7 -6), MergeAllParents.cpp (new), MergeAllParents.hpp (new), MergeRule.cpp (new), MergeRule.hpp (new), MergeSiblings.cpp (new), MergeSiblings.hpp (+5 -5), ParallelOptions.hpp (+5 -5), Schedule.cpp (new), Schedule.hpp (new), SingleChildMerge.cpp (+11 -11), SingleChildMerge.hpp (+2 -2), TaskGraph.cpp (new), TaskGraph.hpp (+46 -46), TaskGraphExt.cpp (+58 -58), TaskGraphExt_stub.cpp (+33 -33), TaskMerging.cpp (+31 -31), TaskMerging.hpp (+10 -10), solvers.cpp (+10 -10)
adrpo 2008-09-14 10:55 Rev.: 3637

HUGE CHANGES THAT FIX A MEMORY LEAK AND REQUIRE
A NEW OMDev: [http://www.ida.liu.se/~adrpo/omc/omdev/mingw/]
or a new MMC/RML Compiler: [do an svn update]

- Fixes for the memory leak
+ got rid of yacclib.c|h as this functionality is now present directly in mmc/rml
+ got rid of yacclib.h include in files:
TaskGraphExt.cpp, TaskGraphExt_stub.cpp, corbaimpl.cpp, daeext.cpp,
errorext.cpp, printimpl.c, ptolemyio.cpp, rtopts.c, settingsimpl.c,
systemimpl.c

- Changes to Visual Source projects to deal with fixes for the memory leak
+ pushed the new changes into rmlRuntime project
+ removed yacclib.c|h from the projects
+ small changes to the debug configuration of projects

- Changed the default tolerance from 1e-10 to 1e-6 in
Main.mo and commands.xml

0 lines of code changed in 2 files:

  • Compiler/modpar: TaskGraphExt.cpp (-1), TaskGraphExt_stub.cpp (-1)
adrpo 2006-04-11 20:01 Rev.: 2324

- updates so no OMC_BUILD_FROM is used. Also got rid of all the .rml compilation section.
- small updates to readmes

0 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (-6)
adrpo 2006-03-16 10:29 Rev.: 2220

undated to Java names all the names of the external relations!
please, if you add some other external relations do not use "_" in it
at least until we move to MetaModelica.

34 lines of code changed in 4 files:

  • Compiler/modpar: TaskGraphExt.cpp (+17 -17), TaskGraphExt_stub.cpp (new)
adrpo 2006-02-26 13:18 Rev.: 2169

Adrian Pop, 2006-02-26
- compilation on Linux, Cygwin, MSVC works now from SVN. All tests are OK.
- big changes to compilation result structure:
The compilation result has now the following structure:
build/bin (omc, OMShell, OMNotebook, ptplot.jar, Compile.bat, Compile, doPlot.bat, doPlot, omc_helptext.txt)
build/include (all the .h files from c_runtime)
build/lib (all the lib* and libf2c/lib* files from c_runtime)
build/doc (trunk/doc and Compiler/doc)
build/doc/testmodels (all the trunk/Examples/*.* files)
---------------------------------------------
- the makefiles now copy the needed files to the above structure after compilation
- changed the rml files to use this structure when compiling, or plotting.
- changed the rtest files to use the build structure when running tests
- changed the VC7 setup to use this structure when deploying
- changed mosh (changed its name to OMShell) to use this structure when running omc
- added an install to the root Makefile that installs in what was give to configure --prefix=path
or just ./install if none given.

The usage of OPENMODELICAHOME changed in this way:
- OPENMODELICAHOME/bin is used when running omc or calling scripts or searching for omc_helptext.txt
- OPENMODELICAHOME/lib is given as -L to compilation scripts
- OPENMODELICAHOME/include is given as -I to compilation scripts

helptext.txt and interactive_api.txt moved to Compiler/doc/omc_helptext.txt or omc_interactive_api.txt

Updated all README* accordingly.

These changes will make easier to move source directories around and
arrange the SVN as we like because the runtime structure is not
the same as the compilation structure anymore.
Also is easier to understand what is the result of a compilation
because all the needed files for running OMC are now in trunk/build
and not all over the source tree.

7 lines of code changed in 2 files:

  • Compiler/modpar: Makefile.in (new)
adrpo 2006-02-02 14:12 Rev.: 2070

Adrian Pop, adrpo@ida.liu.se, 2006-02-02
- fixed so that Makefile.omdev.mingw use rml2sig/rmldep-new.sh instead of rmldep.sh
- fixed some text messages in the Makefile.omdev.mingw Makefiles that appear when
variables are not set

1 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+1 -1)
adrpo 2006-02-02 05:30 Rev.: 2065

Adrian Pop, adrpo@ida.liu.se, 2006-02-02
Fixed some:
- missing separators
- tests of the environment variables
in some of the Makefile.omdev.mingw

2 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (+2 -2)
adrpo 2006-02-01 15:54 Rev.: 2057

OMDev compilation files + Eclipse project + eclipse builder.
----
Adrian Pop, adrpo@ida.liu.se, 2006-02-01
----

76 lines of code changed in 1 file:

  • Compiler/modpar: Makefile.omdev.mingw (new 76)
petar 2005-06-18 08:56 Rev.: 1813

Linear subsystem of equations now works. Also added explicit euler solver method, accessed using -m option to executable.

2 lines of code changed in 2 files:

  • Compiler/modpar: solvers.cpp (+2 -2)
petar 2005-05-30 07:47 Rev.: 1797

Fixed bug in DAELow.lower_varkind, etc.

4 lines of code changed in 1 file:

  • Compiler/modpar: Codegen.cpp (+4 -9)
petar 2005-05-27 09:02 Rev.: 1796

Fixed bugs in Codegen for nonlinear systems.

25 lines of code changed in 1 file:

  • Compiler/modpar: Codegen.cpp (+25 -6)
petar 2005-05-26 11:34 Rev.: 1795

Added StructualParam1.mo, removed print from Inst.

6 lines of code changed in 2 files:

  • Compiler/modpar: Codegen.cpp (new)
Generated by StatSVN 0.7.0