[root]/OMNotebook/ext
generatedfiles
(0 files, 0 lines)
release
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 53 (100.0%) | 2746 (100.0%) | 51.8 |
adrpo | 19 (35.8%) | 1713 (62.4%) | 90.1 |
dietmarw | 4 (7.5%) | 528 (19.2%) | 132.0 |
x06hener | 4 (7.5%) | 373 (13.6%) | 93.2 |
sjoelund.se | 7 (13.2%) | 112 (4.1%) | 16.0 |
stebr461 | 6 (11.3%) | 15 (0.5%) | 2.5 |
ericmeyers | 1 (1.9%) | 5 (0.2%) | 5.0 |
adeas31 | 12 (22.6%) | 0 (0.0%) | 0.0 |
- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.
0 lines of code changed in 12 files:
- update the Visual Studio projects to VS2010
- it seems vcproj has a vcxproj counterpart and there are some other new files too
- renamed ext.exe and ext.pdb to OMPlotWindow.exe and OMPlotWindow.pdb
- rebuild all Qt clients: OMShell, OMNotebook, OMPlotWindow
348 lines of code changed in 3 files:
- Update makefiles for qtclients.
- Added Makefile.unix.in in each client's directory
- Should be easier to customize behaviour now
- Now copies the binary from OSX .app's into the build dir when doing a Unix build
31 lines of code changed in 1 file:
- renamed ext to OMPlotWindow
- renamed trunk.sln to OMNotebook.sln
- renamed OMS.sln to OMShell.sln
- got rid of some .suo as they are user specific.
561 lines of code changed in 2 files:
- Added new configure option --with-Coin (Coin disabled by default).
15 lines of code changed in 3 files:
- Renamed ext OMPlotWindow
64 lines of code changed in 1 file:
- Added support for omniORB in qtclients.
+ We can now remove the dependency on mico for Linux systems.
0 lines of code changed in 1 file:
- updated Copyright (c) text to 2010
1 lines of code changed in 1 file:
-fixed a bug with inlining of array functions
1 lines of code changed in 1 file:
- Changed PartialFn13 to use an if statement for now
1 lines of code changed in 1 file:
- Fixed type checking and boxing of simple types in partially evaluated functions
2 lines of code changed in 1 file:
- Removed the need to set CLASSPATH when building under Linux.
- Updated configure script to not check for CLASSPATH (it only checks that Java exists and can load the provided antlr).
- Updated the lexer/parser makefiles to run with parallel jobs.
- Warning: Due to RML creating and using .srz-files from all imported packages, parallel execution of make may in some rare cases fail. Running make again will work because the other process will have cached the srz-files.
It is possible to generate all srz-files in advance at the cost of efficiency (you may not do this is parallel, and it's not necessary if the number of jobs=1).
- Warning: RML drains a lot of RAM. Running "make -j" launches an unlimited number of jobs. This will eat about 20GB of RAM and possibly crash the system, so don't do this. Max 1 job per GB of RAM is recommended.
2 lines of code changed in 1 file:
- Fixed a bug that prevented use of function references outside functions
- If you want to use function references or partially evaluated functions, compile with +d=fnptr
- Fixed make clean in omc_debug, now removes .sigx files too
1 lines of code changed in 1 file:
- Function pointers now work in both Modelica and MetaModelica
- Partially evaluated functions now partially works!
9 lines of code changed in 1 file:
- Annotations are now preserved in SCode format
- make clean now removes .sigx files
1 lines of code changed in 1 file:
- fixed a mistake in Absyn.EQ/ALG_FAILURE/EQUALITY, they should
contain EquationItem and AlgorithmItem as built by the parser
- got rid of function removal on loading as we can do it based
on build time: Ceval, ClassLoader, Interactive, Inst, Static
- beautifying dumping of MetaModelica code and handle also the
equality and failure equations.
- remove the .sig and .srz files on clean
- fixed a bug with modifications merging (see Modification6.mo)
- System__hash improved plus now considering the entire string
+ RefinedSimpleCircuitValid.mo changes due to different hashing.
- more homogeneous function documentation strings here and there
- small changes to sendData, OMNotebook and ext(ernal plotter).
446 lines of code changed in 2 files:
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
528 lines of code changed in 4 files:
- renamed OMNotebook/OMNotebookQT4/trunk.pro to OMNotebook.pro
- more modifications to Qt projects to get rid of hardcoded paths
18 lines of code changed in 2 files:
- had to rename build/lib/libQt[NAME].a to build/lib/libQt[NAME]-mingw.a
so that they don't interfere with Linux Qt libs.
- changed ext.vcproj and trunk.vcproj to copy the executables and *.xml to build/bin
- new OMNotebook.exe and ext.exe
14 lines of code changed in 1 file:
- 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
1 lines of code changed in 1 file:
- fixes of OMShell, ext and OMNotebook for Linux (Ubuntu 8.10)
+ a lot of #include <typeinfo> were needed
+ updates in *.pro on how coin-config and soqt-config are used
2 lines of code changed in 1 file:
- add the Linux Makefile for ext (the external Qt plot window)
5 lines of code changed in 1 file:
- Linux modifications to sendData & Qt plotting
14 lines of code changed in 1 file:
- find readline on OS X (configure)
- added VisualizationWidget to the ext project pro file
- neutered the SoQt stuff on OSX until we get it working
- added -framework Carbon and -lz to systemimpl for OS X compatibilty with Qt
5 lines of code changed in 1 file:
- updated OMSNotebook solution to MSVC 2008
- added the new 3D package based on Coin3D
- added and updated the Corba generated files to version MICO 2.3.13
- updated the readmes
- fixed a problem with URL links not being valid in the new Qt 4.4.2
- fixed a bunch of bugs
- moved the Qt 4.4.2, SoQt and Coin3D DLLs to OpenModelica\Compiler\VC7\Setup\bin
234 lines of code changed in 1 file:
- fixes for Linux compilation of OMNotebook
- fixes to the project files
- fixes for resource files
- do not ask to convert files
- look for the omc_tmp_plot.png image both in
$OPENMODELICAHOME/tmp and in the current directory.
- new OMNotebook & ext window
69 lines of code changed in 3 files:
*Changed some library paths
1 lines of code changed in 1 file:
*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality
372 lines of code changed in 3 files: