Directory Compiler/doc/

Directory Deleted:
2010-11-18 02:47
Total Files:
0
Deleted Files:
4
Lines of Code:
0

[root]/Compiler/doc

Lines of Code

Compiler/doc/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 22 (100.0%) 1608 (100.0%) 73.0
adrpo 14 (63.6%) 757 (47.1%) 54.0
levsa 3 (13.6%) 704 (43.8%) 234.6
dietmarw 3 (13.6%) 146 (9.1%) 48.6
sjoelund.se 2 (9.1%) 1 (0.1%) 0.5

Most Recent Commits

adrpo 2010-11-18 02:47 Rev.: 7077

- delete very old documentation

0 lines of code changed in 4 files:

  • Compiler/doc: Makefile (del), manual.tex (del), omc_helptext.txt (del), omc_interactive_api.txt (del)
sjoelund.se 2010-09-21 12:34 Rev.: 6159

- Fix svn-eol-style on Makefiles

1 lines of code changed in 2 files:

  • Compiler/doc: Makefile (new)
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

146 lines of code changed in 3 files:

  • Compiler/doc: manual.tex (+25 -25), omc_helptext.txt (+119 -118), omc_interactive_api.txt (+2 -1)
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)

118 lines of code changed in 1 file:

  • Compiler/doc: omc_helptext.txt (+118 -109)
adrpo 2006-08-24 16:38 Rev.: 2482

Changed everywhere i could find MODELICAPATH to OPENMODELICALIBRARY!

5 lines of code changed in 2 files:

  • Compiler/doc: manual.tex (+3 -3), omc_helptext.txt (+2 -2)
adrpo 2006-05-12 00:01 Rev.: 2369

- erased omc_interactive_api.txt text and replaced with a reference to the Users Guide
- fixed a small mistake in the debug/Makefile.in
- replaced the OpenModelicaSystem.* files with the new versions from Peter F. hacked a little by me

1 lines of code changed in 1 file:

  • Compiler/doc: omc_interactive_api.txt (+1 -510)
adrpo 2006-04-10 15:22 Rev.: 2317

Peter Fritzson's corrections

6 lines of code changed in 1 file:

  • Compiler/doc: omc_helptext.txt (+6 -5)
adrpo 2006-03-14 19:14 Rev.: 2216

- reverted the getClassInformation(name) API
to NOT return the class name

3 lines of code changed in 1 file:

  • Compiler/doc: omc_interactive_api.txt (+3 -3)
adrpo 2006-03-14 18:04 Rev.: 2215

- fixed Interactive.rml - get_class_information, missing a \" before class name in the returned string.
- fixed omc_interactive_api.txt to agree with latest changes
- fixed interactive_api_attributes.mos to agree with latest changes
- fixed loadFileInteractiveQualified.mos to agree with latest changes
- small modification to OMDev related Makefile.omdev.mingw and rml2sig/rmldep-new.sh

3 lines of code changed in 1 file:

  • Compiler/doc: omc_interactive_api.txt (+3 -3)
adrpo 2006-03-11 06:00 Rev.: 2207

petar fixed the getClassInformation so I made changes to
Compiler/doc/omc_interactive_api.txt to match the new changes

3 lines of code changed in 1 file:

  • Compiler/doc: omc_interactive_api.txt (+3 -3)
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.

618 lines of code changed in 2 files:

  • Compiler/doc: omc_helptext.txt (new 108), omc_interactive_api.txt (new 510)
levsa 2005-06-02 11:50 Rev.: 1799

Changed modeq to omc everyhwere, updated source. Renamed build directories for modeq to omc. Updated VC7 projects and solution as well.

3 lines of code changed in 1 file:

  • Compiler/doc: manual.tex (+3 -3)
levsa 2005-05-12 14:12 Rev.: 1784

Moved directory modeq to Compiler. Updated references to the modeq directory so that they refer to Compiler/ instead

701 lines of code changed in 2 files:

  • Compiler/doc: manual.tex (+701)
Generated by StatSVN 0.7.0