Directory OMNotebook/ext/

Directory Deleted:
2011-03-06 03:49
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/OMNotebook/ext
            Folder removed from repo generatedfiles (0 files, 0 lines)
            Folder removed from repo release (0 files, 0 lines)

Lines of Code

OMNotebook/ext/ Lines of Code

Developers

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

Most Recent Commits

adeas31 2011-03-06 03:49 Rev.: 8111

- Removed VC++ stuff and now mingw is used to compile omnotebook and omshell.

0 lines of code changed in 12 files:

  • OMNotebook/ext: Makefile (del), Makefile.unix.in (del), OMPlotWindow.config.in (del), OMPlotWindow.pro (del), OMPlotWindow.rc (del), OMPlotWindow.vcproj (del), OMPlotWindow.vcxproj (del), OMPlotWindow.vcxproj.filters (del), e.cpp (del), ext.pro (del), ext.rc (del), ext.vcproj (del)
adrpo 2010-06-29 08:10 Rev.: 5740

- 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:

  • OMNotebook/ext: OMPlotWindow.vcproj (+1 -1), OMPlotWindow.vcxproj (new 243), OMPlotWindow.vcxproj.filters (new 104)
sjoelund.se 2010-06-26 18:24 Rev.: 5731

- 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:

  • OMNotebook/ext: Makefile.unix.in (new 31)
adrpo 2010-04-25 23:20 Rev.: 5386

- 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:

  • OMNotebook/ext: OMPlotWindow.rc (new 91), OMPlotWindow.vcproj (new 470)
sjoelund.se 2010-04-25 22:28 Rev.: 5385

- Added new configure option --with-Coin (Coin disabled by default).

15 lines of code changed in 3 files:

  • OMNotebook/ext: OMPlotWindow.config.in (new 5), OMPlotWindow.pro (+9 -5), e.cpp (+1 -1)
sjoelund.se 2010-04-25 00:01 Rev.: 5380

- Renamed ext OMPlotWindow

64 lines of code changed in 1 file:

  • OMNotebook/ext: OMPlotWindow.pro (new 64)
sjoelund.se 2010-04-21 11:18 Rev.: 5344

- 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:

  • OMNotebook/ext: ext.pro (-2)
adrpo 2010-01-22 01:45 Rev.: 4852

- updated Copyright (c) text to 2010

1 lines of code changed in 1 file:

  • OMNotebook/ext: e.cpp (+1 -1)
stebr461 2010-01-18 14:41 Rev.: 4800

-fixed a bug with inlining of array functions

1 lines of code changed in 1 file:

  • OMNotebook/ext: Makefile (+1 -1)
stebr461 2009-12-02 10:14 Rev.: 4615

- Changed PartialFn13 to use an if statement for now

1 lines of code changed in 1 file:

  • OMNotebook/ext: Makefile (+1 -1)
stebr461 2009-11-23 16:53 Rev.: 4559

- Fixed type checking and boxing of simple types in partially evaluated functions

2 lines of code changed in 1 file:

  • OMNotebook/ext: Makefile (+2 -2)
sjoelund.se 2009-11-19 11:10 Rev.: 4541

- 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:

  • OMNotebook/ext: Makefile (+2 -2)
stebr461 2009-11-18 14:09 Rev.: 4538

- 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:

  • OMNotebook/ext: Makefile (+1 -1)
stebr461 2009-11-17 12:43 Rev.: 4530

- Function pointers now work in both Modelica and MetaModelica
- Partially evaluated functions now partially works!

9 lines of code changed in 1 file:

  • OMNotebook/ext: Makefile (+9 -8)
stebr461 2009-10-27 16:49 Rev.: 4407

- Annotations are now preserved in SCode format
- make clean now removes .sigx files

1 lines of code changed in 1 file:

  • OMNotebook/ext: Makefile (+1 -1)
adrpo 2008-12-08 07:24 Rev.: 3766

- 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:

  • OMNotebook/ext: e.cpp (+6 -8), ext.vcproj (+440 -440)
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

528 lines of code changed in 4 files:

  • OMNotebook/ext: Makefile (+4 -3), e.cpp (+18 -17), ext.pro (+66 -66), ext.vcproj (+440 -440)
adrpo 2008-10-31 14:45 Rev.: 3725

- 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:

  • OMNotebook/ext: Makefile (+9 -5), ext.pro (+9 -4)
adrpo 2008-10-31 10:45 Rev.: 3724

- 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:

  • OMNotebook/ext: ext.vcproj (+14)
adrpo 2008-10-31 10:01 Rev.: 3723

- 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:

  • OMNotebook/ext: Makefile (+1 -1)
adrpo 2008-10-31 08:21 Rev.: 3722

- 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:

  • OMNotebook/ext: ext.pro (+2 -5)
adrpo 2008-10-31 08:04 Rev.: 3721

- add the Linux Makefile for ext (the external Qt plot window)

5 lines of code changed in 1 file:

  • OMNotebook/ext: Makefile (new 5)
adrpo 2008-10-25 12:53 Rev.: 3715

- Linux modifications to sendData & Qt plotting

14 lines of code changed in 1 file:

  • OMNotebook/ext: ext.pro (+14 -3)
ericmeyers 2008-10-19 17:47 Rev.: 3699

- 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:

  • OMNotebook/ext: ext.pro (+5 -2)
adrpo 2008-10-02 20:55 Rev.: 3657

- 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:

  • OMNotebook/ext: ext.vcproj (+234 -127)
adrpo 2008-05-22 18:26 Rev.: 3598

- 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:

  • OMNotebook/ext: e.cpp (+1 -1), ext.pro (+38 -16), ext.vcproj (+30 -38)
x06hener 2008-02-14 21:43 Rev.: 3190

*Changed some library paths

1 lines of code changed in 1 file:

  • OMNotebook/ext: ext.vcproj (+1 -1)
x06hener 2008-02-14 18:35 Rev.: 3187

*Added a toolbar in OMNotebook
*Added an external graphics window
*Misc. improvements to the plotting functionality

372 lines of code changed in 3 files:

  • OMNotebook/ext: e.cpp (new 17), ext.pro (new 28), ext.vcproj (new 327)
Generated by StatSVN 0.7.0