[root]/mosh/src
runtime
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 286 (100.0%) | 8406 (100.0%) | 29.3 |
ankar | 41 (14.3%) | 4320 (51.4%) | 105.3 |
henjo | 56 (19.6%) | 1696 (20.2%) | 30.2 |
adrpo | 62 (21.7%) | 825 (9.8%) | 13.3 |
dietmarw | 23 (8.0%) | 694 (8.3%) | 30.1 |
petar | 34 (11.9%) | 582 (6.9%) | 17.1 |
sjoelund.se | 54 (18.9%) | 174 (2.1%) | 3.2 |
levsa | 9 (3.1%) | 66 (0.8%) | 7.3 |
hudson | 2 (0.7%) | 29 (0.3%) | 14.5 |
haklu | 4 (1.4%) | 17 (0.2%) | 4.2 |
kajny | 1 (0.3%) | 3 (0.0%) | 3.0 |
Lock OMNotebook/OMPlot/OMShell for edits since they are being moved to the git repositories
5 lines of code changed in 5 files:
Clean omc_communication.*
1 lines of code changed in 1 file:
Fixed some compiler warnings
2 lines of code changed in 1 file:
Pass along CPPFLAGS
1 lines of code changed in 1 file:
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
29 lines of code changed in 2 files:
[Janitor mode] Fix tabs
29 lines of code changed in 2 files:
#2070
Create help-text for "topics" and made that the default from scripting/interactive
0 lines of code changed in 1 file:
- Updated copyright holder
1 lines of code changed in 1 file:
- Spelling
2 lines of code changed in 1 file:
- tabs instead of spaces.
2 lines of code changed in 1 file:
- Some Makefile fixes
6 lines of code changed in 1 file:
- Make omniidl command more suitable for parallel jobs
2 lines of code changed in 1 file:
- Converted some files to UTF-8
9 lines of code changed in 3 files:
- Improved tab detection
3 lines of code changed in 20 files:
- Remove dependency on Compiler/runtime/omc_communication.o
12 lines of code changed in 1 file:
- Added configure option --with-static-readline
1 lines of code changed in 1 file:
- Link with ncurses in case someone uses static readline
1 lines of code changed in 1 file:
- Remove compiler warnings
9 lines of code changed in 1 file:
- Use @CC@/@CXX@ for mosh
2 lines of code changed in 1 file:
- Updated OMShell-terminal to try "omc" if "<omhome>/bin/omc" is unavailable
27 lines of code changed in 1 file:
- Fix svn-eol-style on Makefiles
1 lines of code changed in 1 file:
- Removed antlr dependency from OMShell-terminal
4 lines of code changed in 1 file:
- Fixed the copyright information displayed to the user when running omc,mosh,OMShell or OMNotebook (years were outdated, etc)
5 lines of code changed in 1 file:
- OMShell-terminal: Changed history file to ~/.mosh_history instead of ./mosh_history on Unix
44 lines of code changed in 3 files:
- Fixed compilation of OMShell-terminal on OSX
4 lines of code changed in 1 file:
- Renamed ext OMPlotWindow
1 lines of code changed in 1 file:
- Added support for omniORB in qtclients.
+ We can now remove the dependency on mico for Linux systems.
2 lines of code changed in 2 files:
- updated Copyright (c) text to 2010
21 lines of code changed in 21 files:
- got rid of -ltermcap as is not needed
1 lines of code changed in 1 file:
- small copyright update
1 lines of code changed in 1 file:
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
694 lines of code changed in 23 files:
- added target qtclients to build OMNotebook/OMShell/ext in Makefile.in (Makefile)
- fixed a warning in mosh/src/mosh.cpp
- added more documentation on how to compile the new Qt plotting and 3D functionality in README.Cygwin.or.Linux.txt
3 lines of code changed in 2 files:
- ANTLR on Linux has problems with Link?ping, changed it to Linkoping.
6 lines of code changed in 2 files:
- changing to Open Source Modelica Consortium (OSMC) License
611 lines of code changed in 21 files:
- mosh.cpp changes
+ wait for some time when we wait for omc to start
+ wait for some time when we wait for omc to quit
37 lines of code changed in 1 file:
- small fixes for Corba implementation for making mosh.cpp compile
- moved char* omc_cmd_message = ""; char* omc_reply_message = "";
to omc_communication_impl.cpp and made them external in corbaimpl.cpp.
this way they don't need to be defined in mosh.cpp
- removed char* omc_message from mosh.cpp as is not needed anymore
2 lines of code changed in 1 file:
- included MacOS changes from Eric Meyers (erictmeyers@gmail.com)
4 lines of code changed in 1 file:
fixed bug 86:
http://bug.modelicacommunity.org/show_bug.cgi?id=86
by creating the error file in the tmp directory.
2 lines of code changed in 1 file:
- 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:
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.
9 lines of code changed in 2 files:
(51 more)