Directory Compiler/VC7/rmlRuntime/runtime/common/

Directory Deleted:
2009-11-10 21:18
Total Files:
0
Deleted Files:
114
Lines of Code:
0

[root]/Compiler/VC7/rmlRuntime/runtime/common

Lines of Code

Compiler/VC7/rmlRuntime/runtime/common/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 214 (100.0%) 5797 (100.0%) 27.0
adrpo 199 (93.0%) 4962 (85.6%) 24.9
dietmarw 15 (7.0%) 835 (14.4%) 55.6

Most Recent Commits

adrpo 2009-11-10 21:18 Rev.: 4491

- moved /trunk/Compiler/VC7 to /installers/windows/VC7

0 lines of code changed in 114 files:

  • Compiler/VC7/rmlRuntime/runtime/common: arr-add.c (del), arr-create.c (del), arr-length.c (del), arr-list.c (del), arr-nth.c (del), arr-setnth.c (del), arr-update.c (del), arr-vec.c (del), array.c (del), bool-and.c (del), bool-not.c (del), bool-or.c (del), boolean.c (del), controlflow.c (del), external-rml.c (del), int-abs.c (del), int-add.c (del), int-div.c (del), int-eq.c (del), int-ge.c (del), int-gt.c (del), int-int.c (del), int-le.c (del), int-lt.c (del), int-max.c (del), int-min.c (del), int-mod.c (del), int-mul.c (del), int-ne.c (del), int-neg.c (del), int-real.c (del), int-str.c (del), int-sub.c (del), integer.c (del), internal.c (del), list-append.c (del), list-arr.c (del), list-delete.c (del), list-length.c (del), list-member.c (del), list-nth.c (del), list-reverse.c (del), list-str.c (del), list-vec.c (del), list.c (del), logicalvar.c (del), lvar-get.c (del), lvar-new.c (del), lvar-set.c (del), main.c (del), misc-clock.c (del), misc-print.c (del), misc-tick.c (del), p-atoi.c (del), p-clock.c (del), p-equal.c (del), p-gccore.c (del), p-gcuser-plain.c (del), p-get-real.c (del), p-init.c (del), p-mkreal.c (del), p-mkstring.c (del), p-motor.c (del), p-nil.c (del), p-once.c (del), p-set-real.c (del), p-stringeq.c (del), p-unwind.c (del), real-abs.c (del), real-add.c (del), real-atan.c (del), real-cos.c (del), real-div.c (del), real-eq.c (del), real-exp.c (del), real-floor.c (del), real-ge.c (del), real-gt.c (del), real-int.c (del), real-le.c (del), real-ln.c (del), real-lt.c (del), real-max.c (del), real-min.c (del), real-mod.c (del), real-mul.c (del), real-ne.c (del), real-neg.c (del), real-pow.c (del), real-sin.c (del), real-sqrt.c (del), real-str.c (del), real-sub.c (del), real.c (del), rml-core.h (del), rml-end.h (del), rml-predef.h (del), rml-start.h (del), rml-state.h (del), str-append.c (del), str-int.c (del), str-length.c (del), str-list.c (del), str-nth.c (del), string.c (del), vec-add.c (del), vec-arr.c (del), vec-create.c (del), vec-length.c (del), vec-list.c (del), vec-nth.c (del), vec-setnth.c (del), vec-update.c (del), vector.c (del)
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

835 lines of code changed in 15 files:

  • Compiler/VC7/rmlRuntime/runtime/common: array.c (+23 -22), boolean.c (+1), controlflow.c (+6 -5), integer.c (+2 -1), internal.c (+254 -253), list.c (+4 -3), logicalvar.c (+1), main.c (+13 -13), p-gccore.c (+12 -12), real.c (+111 -110), rml-core.h (+6 -6), rml-end.h (+3 -2), rml-start.h (+4 -3), string.c (+345 -344), vector.c (+50 -49)
adrpo 2008-10-14 05:37 Rev.: 3691

- fixes for Visual Studio debugging
- added debug_print in internal.c

12 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: internal.c (+12)
adrpo 2008-09-23 12:10 Rev.: 3647

- additional fix for MetaModelica GC error found by MathCore

325 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: p-gccore.c (+296 -339), p-gcuser-plain.c (+29 -35)
adrpo 2008-09-22 15:24 Rev.: 3646

- fixed a MetaModelica GC error found by MathCore (thanks!)

8 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: p-gccore.c (+8 -6)
adrpo 2008-09-15 14:01 Rev.: 3639

- added mk_bcon(double d) which returns true if d > 0 or false otherwise.

7 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: p-gccore.c (+7)
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

762 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: p-gccore.c (+760 -388), p-gcuser-plain.c (+2 -2)
adrpo 2007-12-22 22:59 Rev.: 2990

- got rid of some unused variables

5 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: vector.c (+5 -5)
adrpo 2007-12-22 22:58 Rev.: 2989

- returning some values to get rid of the warnings

2 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: main.c (+2)
adrpo 2007-12-22 22:56

- got rid of some unused variables

140 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: array.c (+137 -137), controlflow.c (+3 -1)
adrpo 2007-12-21 07:46 Rev.: 2986

- fixes to MMC/RML runtime as Visual Studio compiler doesn't implement C99

12 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: string.c (+12 -12)
adrpo 2007-11-30 12:15 Rev.: 2976

- updated the mmc/rml runtime to the latest version
+ alloc the to-space (reserved) only when a major GC happen
+ timers for GC
+ help text for the runtime when the executable is called with -help

2674 lines of code changed in 18 files:

  • Compiler/VC7/rmlRuntime/runtime/common: array.c (new 335), boolean.c (new 25), controlflow.c (new 216), integer.c (new 181), internal.c (new 241), list.c (new 310), logicalvar.c (new 50), main.c (+3 -4), p-gccore.c (+107 -58), p-gcuser-plain.c (new), real.c (new 441), rml-core.h (+175 -1), rml-end.h (new 2), rml-predef.h (+19 -1), rml-start.h (new 3), string.c (new 344), vector.c (new 205)
adrpo 2007-09-11 07:53 Rev.: 2917

- added -ftrace option to Makefile.w32
- used -trace option in corbaimpl.cpp
- updated Compile.bat to work on Vista
- updated c_runtime.vcproj, added meta_modelica.c and meta_modelica.h
- update omc.vcproj
- updated VC7/rmlRuntime/runtime/common/main.c to take in -trace option
- updated VC7/c_runtime.vcproj to take the OMNotebook and OMShell from
trunk instead of M:\

207 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: main.c (+207 -96)
adrpo 2007-07-10 11:06 Rev.: 2854

- VC7 Setup fixes for new stuff in OMNotebook
- Parser fixes to handle multiple for iterators, both in array iterators and in for loops,
Have a look at Absyn.ForIterators
- Small changes in makefiles
- Fixed stringEqual in external-rml.c
- ptplot.jar dumps the plot image in $OPENMODELICAHOME/tmp/
- OMNotebook and OMShell in windows now starts in $OPENMODELICAHOME/tmp/

5 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: external-rml.c (+5 -1)
adrpo 2007-04-10 19:18 Rev.: 2766

- tail recursive implementations of some Util functions
- cosmetic changes
- increased the young generation size in rml.h and stack size in p-gccore.c
- added ongoing support for dumping the incidence matrix
- added partial-s-1.mo to failing tests because with the new tail recursive
implementations the compiler goes into an infinite loop

1 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: p-gccore.c (+1 -1)
adrpo 2007-03-23 07:02 Rev.: 2759

- facilities for tracing

2 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: main.c (+2)
adrpo 2006-11-13 05:44 Rev.: 2598

I did some changes to the OpenModelica SVN in order to speed up MDT a bit.
Interactive.mo:
---------------
- Changed SYMBOLTABLE, added loadedFiles:
Fixed all the sources that used
SYMBOLTABLE: Ceval.mo, Main.mo

- I moved all the constants at the end of the Interactive.mo
to Constants.mo and fixed the makefiles to deal with the new
Constants package.

System.mo:
----------
- added getFileModificationTime
+ used for checking if a file about to be loaded
by "loadFileInteractiveQualified" was modified
since it was loaded. This is used to ensure that
a file is not loaded more times than needed.
- added getCurrentTime
+ is used to populate:
Interactive.FILE.loadTime

Constants.mo
------------
- Moved all the constants from Interactive.mo to this new package.
- fixed makefiles

General
-------
- added external-rml.c to the rmlRuntime.vcproj
+ provides ifExp, stringEqual and stringCompare

77 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: external-rml.c (new 76), misc-print.c (+1 -1)
adrpo 2006-10-17 19:36 Rev.: 2577

added the debug_print to misc-print.c to have it also in VC7 mmc+rml library.

50 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: misc-print.c (+50)
adrpo 2006-08-29 22:48 Rev.: 2497

- fixes for Windows to be like Linux
- meaning 1.222e-027 is now 1.222e-27 (got rid of the first 0 in the exponent)

19 lines of code changed in 1 file:

  • Compiler/VC7/rmlRuntime/runtime/common: real-str.c (+19 -18)
adrpo 2006-03-13 07:07 Rev.: 2209

- removed unused imports from .rml files
- fixed rml2sig/rmldep-new.sh to dump .sig instead of .rsig
- fixed Makefile.omdev.mingw to not copy *.sig only *.srz to omc_debug and omc_release

2 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: arr-nth.c (+1 -1), vec-nth.c (+1 -2)
adrpo 2006-03-10 20:04 Rev.: 2201

Adrian Pop, adrpo@ida.liu.se, 2006-03-10
- fixed the new stuff from c_runtime into the VC7 setup
- fixed the new RML runtime in the VC7 setup
- fixed the testsuite/mosfiles/interactive_api_attributes.mos [petar changed the getClassInformation() API]
- fixed the testsuite/mosfiles/loadFileInteractiveQualified.mos [petar changed the getClassInformation() API]

Cheers,
Adrian Pop/

652 lines of code changed in 35 files:

  • Compiler/VC7/rmlRuntime/runtime/common: arr-nth.c (new), arr-setnth.c (+74 -42), arr-update.c (+69 -40), arr-vec.c (new), int-int.c (new), list-nth.c (+18), list-str.c (+29), main.c (+14), misc-print.c (+15 -27), p-gccore.c (new), p-init.c (+2 -2), real-str.c (new), rml-core.h (new), rml-predef.h (+151 -5), str-list.c (+31), str-nth.c (+54), vec-arr.c (+21), vec-nth.c (new), vec-setnth.c (+3 -9), vec-update.c (+1)
adrpo 2005-06-12 22:42 Rev.: 1808

Adrian Pop, adpro@ida.liu.se
2005-06-12
added the relation:
RML.debug_print("var_name", var) => ()
that can print ANY value.
Use it for debugging!

0 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: misc-print.c (changed)
adrpo 2005-06-12 21:49 Rev.: 1806

Adrian Pop, adrpo@ida.liu.se
2005-06-12
Fixed things that could cause crashes.

0 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: arr-update.c (new)
adrpo 2005-06-12 21:47 Rev.: 1805

Adrian Pop, adrpo@ida.liu.se,
2005-06-12
Fixed mistakes in these files that could cause crashes.

0 lines of code changed in 4 files:

  • Compiler/VC7/rmlRuntime/runtime/common: vec-setnth.c (new), vec-update.c (new)
adrpo 2005-06-12 21:46 Rev.: 1804

Adrian Pop, adrpo@ida.liu.se,
2005-06-12
This fixes the problem in the windows omc when running SmallPlant.mof

0 lines of code changed in 2 files:

  • Compiler/VC7/rmlRuntime/runtime/common: arr-setnth.c (new)
Generated by StatSVN 0.7.0