Directory Compiler/winruntime/

Directory Deleted:
2006-10-07 00:34
Total Files:
0
Deleted Files:
20
Lines of Code:
0

[root]/Compiler/winruntime

Lines of Code

Compiler/winruntime/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 98 (100.0%) 2288 (100.0%) 23.3
petar 15 (15.3%) 694 (30.3%) 46.2
levsa 6 (6.1%) 638 (27.9%) 106.3
adrpo 47 (48.0%) 294 (12.8%) 6.2
x02lucpo 13 (13.3%) 264 (11.5%) 20.3
kajny 9 (9.2%) 234 (10.2%) 26.0
haklu 8 (8.2%) 164 (7.2%) 20.5

Most Recent Commits

adrpo 2006-10-07 00:34 Rev.: 2569

- got rid of winruntime, now everything resides in runtime
and the implementation is different via compiler and OS flags
- changed so that System.writeFile uses
fwrite insead of fprintf as is way
faster and better.
- updated copyright to year 2006 and added it to most of the files.
- updated SG so that it doesn't talk on winruntime anymore
- updated the omc.snl project and runtime.vcproj to take files from runtime
instead of winruntime.
- changed winruntime to runtime anywhere I could find it.
- got rid of some warnings by casting the values to the needed type.

0 lines of code changed in 20 files:

  • Compiler/winruntime: ErrorMessage.cpp (del), ErrorMessage.hpp (del), corbaimpl.cpp (del), daeext.cpp (del), errorext.cpp (del), errorext.h (del), modeq_communication.cc (del), modeq_communication.h (del), modeq_communication_impl.cpp (del), modeq_communication_impl.h (del), omc_communication.cc (del), omc_communication.h (del), omc_communication_impl.cpp (del), omc_communication_impl.h (del), printimpl.c (del), ptolemyio.cpp (del), rtopts.c (del), settingsimpl.c (del), socketimpl.c (del), systemimpl.c (del)
adrpo 2006-09-11 03:08 Rev.: 2520

- fixes by Peter F. to UG, DrModelica, omc_helptext.txt
- fixes by Anders Sandholm to val(name, time)
- addition of the BouncingBallExamples.mo/mos to the testsuite
so that this example is sure not to fail in the future (now fails)

2 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+2 -1)
adrpo 2006-09-02 23:39 Rev.: 2511

- last 1.4.2 commit
+ DrModelica, UG, ModelQueryAPIexamples.onb updates
+ val(var_name, time) implementation from Anders Sandholm

80 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+80)
adrpo 2006-08-27 21:38 Rev.: 2492

- more fixing

3 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+3 -3)
adrpo 2006-08-27 21:29 Rev.: 2490

- updated runtime and winruntime to be a bit closer

26 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+26 -48)
adrpo 2006-08-24 16:38 Rev.: 2482

Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!

1 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+1 -1)
petar 2006-08-18 14:04 Rev.: 2469

Fixed bugs with the OPENMODELICAHOME variable. MathModelica now works without having this variable and OpenModelica works with it. This means that it is now possible to have both installed.

4 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+4 -3)
x02lucpo 2006-06-15 11:05 Rev.: 2429

3 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+3 -5)
adrpo 2006-05-15 07:33 Rev.: 2379

- fixed a bug in systemimpl.c that caused an endless loop in System.stringReplace
- fixed the OMShell code to compile on Unix (added OMShell.pro)

11 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+11 -1)
x02lucpo 2006-04-20 16:18 Rev.: 2335

Changed build_mingw_libs.bat to use omdev-mingw
Ceval are using Settings.mo setEcho to use echo
removed some prints in ClassLoader.mo
Interactive.mo are using Settings.mo for echo
System has how strncmp to optimize things

13 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+13)
petar 2006-03-23 16:14 Rev.: 2244

Added better error messages when building. etc.

14 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+14 -1)
adrpo 2006-03-16 11:42 Rev.: 2221

small fixes to vc7 setup and winruntime

12 lines of code changed in 3 files:

  • Compiler/winruntime: ErrorMessage.cpp (+4 -144), ErrorMessage.hpp (+4 -68), errorext.h (+4 -75)
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.

48 lines of code changed in 6 files:

  • Compiler/winruntime: corbaimpl.cpp (+1 -1), daeext.cpp (+4 -278), errorext.cpp (+5 -205), printimpl.c (+4 -190), rtopts.c (+4 -357), systemimpl.c (+30 -32)
petar 2006-03-09 09:35 Rev.: 2196

Fixed bug with clearing differntiated equations marks when running interactive.

7 lines of code changed in 1 file:

  • Compiler/winruntime: daeext.cpp (+7)
x02lucpo 2006-03-07 14:58 Rev.: 2186

corrected some errors for the new setup

32 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+32)
adrpo 2006-02-28 19:12 Rev.: 2178

Adrian Pop,
- small changes to make runtime and winruntime more uniform.

We should really unify them and put
compiler #ifdef. I'll get to that in
some near future.

4 lines of code changed in 4 files:

  • Compiler/winruntime: corbaimpl.cpp (+1 -1), ptolemyio.cpp (+1 -1), settingsimpl.c (+1 -1), systemimpl.c (+1 -1)
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.

1 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+1 -1)
x02lucpo 2006-02-20 10:18 Rev.: 2146

added a settings-module for different global settings

13 lines of code changed in 2 files:

  • Compiler/winruntime: settingsimpl.c (new 4), systemimpl.c (+9 -35)
adrpo 2006-02-08 16:47 Rev.: 2093

Adrian Pop, adrpo@ida.liu.se, 2006-02-08
Fixed winruntime/Error* to agree with the new ErrorExt.rml and new Absyn.INFO

86 lines of code changed in 4 files:

  • Compiler/winruntime: ErrorMessage.cpp (+41 -8), ErrorMessage.hpp (+20 -7), errorext.cpp (+20 -11), errorext.h (+5 -2)
petar 2006-02-03 15:34 Rev.: 2078

Fixed bug with index reduction: already differntiated equations should not be differentiated again.
Fixed bugs with event handling.
Changed interactive api for comments.

20 lines of code changed in 2 files:

  • Compiler/winruntime: daeext.cpp (+20)
adrpo 2006-02-01 15:58 Rev.: 2060

Adrian Pop, 2006-02-01
- based on a define I fix the java name for VALUES__reverseMatrix or VALUES__reverse_5fmatrix

4 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+4)
petar 2006-01-24 14:30 Rev.: 2046

Removed luc_pop last checkin since he removed a lot of my stuff from previous version. Also fixed bug with Gear model.

33 lines of code changed in 1 file:

  • Compiler/winruntime: errorext.cpp (+33 -18)
x02lucpo 2006-01-18 11:14 Rev.: 2039

changed the generated code so that now it have instead of x[1] $a$pointb$pointd. (a.b.d)
corrected a bug in System.string_replace

71 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+71 -108)
petar 2005-12-19 15:16 Rev.: 2018

Changed errorhandling to use the new Error module with separate error messages in large table and unique error codes.
Client tools should use getMessagesString or getMessagesStringInternal.

419 lines of code changed in 4 files:

  • Compiler/winruntime: ErrorMessage.cpp (new 111), ErrorMessage.hpp (new 55), errorext.cpp (new 181), errorext.h (new 72)
haklu 2005-11-28 16:54 Rev.: 1995

Changed so that the names of the external libs are put in a file named <fileprefix>.libs instead of on the command line to the compile script. Otherwise system() in win32 fail.

fixed plot so hat the correct variable is plotted if there is one variable 'a' and one 'a1', Before plot(a) would always plot the one that was first in the result file.

1 lines of code changed in 1 file:

  • Compiler/winruntime: ptolemyio.cpp (+1 -1)
adrpo 2005-11-24 14:22 Rev.: 1986

2005-11-24 adrpo@ida
- windows stdlib doesn't have setenv,
changed systemimpl.c so it uses _putenv("var=value")

3 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+3 -1)
adrpo 2005-11-24 13:27 Rev.: 1985

2005-11-24 adrpo@ida
- added System.set_env(var:string, value:string, overwrite:int)
- added systemimpl.c for System.set_env for both runtime and winruntime
- added getEnvironmentVar("varname") and setEnvironmentVar("varname","varvalue")
to the Interactive API in Interactive.rml
- added help to those into interactive_api.txt

13 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+13)
x02lucpo 2005-11-24 11:07 Rev.: 1983

implemented set_compile_command and get_compile_command
reimplemented compile_model to use get_compile_command
reimplemented Compile.bat and Compile to use the new way to call the compilation

27 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+27)
petar 2005-11-18 14:38 Rev.: 1975

Standard math functions in Modelica.Math are not evaluated instead of compiled and run in Ceval.rml

43 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+43)
petar 2005-11-17 14:00 Rev.: 1969

Fixed bugs with whitespace when calling plot, etc. in windows.

0 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (-17)
petar 2005-11-07 16:05 Rev.: 1950

string replace impl. in cygwinruntime now also in winruntime.

129 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+129)
haklu 2005-11-01 14:52 Rev.: 1941

- Added test case for events
- Updated winruntime after changes in runtime
- Added missing return statement in printimpl.c

97 lines of code changed in 2 files:

  • Compiler/winruntime: printimpl.c (+40 -79), systemimpl.c (+57 -40)
kajny 2005-10-05 11:03 Rev.: 1910

Changed license text

234 lines of code changed in 9 files:

  • Compiler/winruntime: corbaimpl.cpp (+31 -13), omc_communication_impl.cpp (+33 -13), printimpl.c (+34 -13), ptolemyio.cpp (+34 -13), rtopts.c (+34 -13), socketimpl.c (new), systemimpl.c (+34 -13)
haklu 2005-10-03 14:48 Rev.: 1908

updated winruntime with changes made in runtime

44 lines of code changed in 3 files:

  • Compiler/winruntime: ptolemyio.cpp (new), systemimpl.c (+17)
x02lucpo 2005-09-28 14:14 Rev.: 1899

implemented a buildModel function that only compiles the model without simulating it.
added a setClassNamesForSimulation to use when to clients of omc collaborates

24 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+24)
haklu 2005-09-21 08:54 Rev.: 1894

Merged event handling (only in dassl)
Use omc +d=noevents to disable it.

22 lines of code changed in 2 files:

  • Compiler/winruntime: printimpl.c (+22 -15)
petar 2005-08-15 11:27 Rev.: 1879

Merged 1875:1878 on petarstructparam. Structural parameters are now dealt with by giving modifiers both value and equal binding.

21 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+21)
x02lucpo 2005-07-29 11:15 Rev.: 1866

added trim to System.rml

56 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+56)
x02lucpo 2005-07-08 11:24 Rev.: 1845

removed a bug in remove_first_and_last_char

4 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+4 -4)
petar 2005-06-23 13:24 Rev.: 1829

Fixed bug with input variables to models. Fixed segfault when writing open file in windows.

4 lines of code changed in 1 file:

  • Compiler/winruntime: systemimpl.c (+4 -1)

(3 more)

Generated by StatSVN 0.7.0