October 2008 Commit Log

Number of Commits:
56
Number of Active Developers:
4
adrpo 2008-10-31 16:50 Rev.: 3727

- in Ubuntu 8.10 we have the antlr package.
- I changed the note to mention newer gcc compilers if you compile antlr from source.

2 lines of code changed in 1 file:

adrpo 2008-10-31 15:38 Rev.: 3726

- 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.
- added the new libQt*-mingw.a to the setup project Setup.vdproj

78 lines of code changed in 1 file:

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

215 lines of code changed in 5 files:

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

22 lines of code changed in 13 files:

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

61 lines of code changed in 6 files:

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

27 lines of code changed in 9 files:

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:

adrpo 2008-10-31 07:59 Rev.: 3720

- use `mico-config --libs` instead of directly specifying the libs

2 lines of code changed in 1 file:

adrpo 2008-10-31 07:55 Rev.: 3719

- Fixes for Linux warning (Ubuntu 8.10)

92 lines of code changed in 1 file:

adrpo 2008-10-31 03:46 Rev.: 3718

- due to a cleanup of the C headers in various GCC compilers we need more includes
- #include <cstring> added
- thanks go to Dietmar Winkler for reporting this.

From: Dietmar Winkler <Dietmar.Winkler@TU-Berlin.de>
That seems to be a result of GCC4.3 (as installed with Ubuntu Intrepid).
They made quite a bit of clean up and thus:
http://en.opensuse.org/GCC_4.3_Transition#Missing_Includes

1 lines of code changed in 1 file:

adrpo 2008-10-29 13:17 Rev.: 3717

- small change in the data sending.

2 lines of code changed in 1 file:

adrpo 2008-10-25 13:38 Rev.: 3716

- the damn Qt doesn't have the same behavior on Linux vs. Windows!
- added include for QTemporaryFile
- changed the waitForConnected(-1) to waitForConnected(5000)

209 lines of code changed in 3 files:

adrpo 2008-10-25 12:53 Rev.: 3715

- Linux modifications to sendData & Qt plotting

2669 lines of code changed in 11 files:

adrpo 2008-10-25 12:50 Rev.: 3714

- added some visualization scripts

35 lines of code changed in 2 files:

adrpo 2008-10-25 05:17 Rev.: 3713

- got rid of -D DEBUG flag from the Linux Makefiles of parsers.

2 lines of code changed in 2 files:

adrpo 2008-10-25 05:05 Rev.: 3712

- update to Linux makefiles -O3 instead of -g for parsing and omc runtime.

3 lines of code changed in 3 files:

adrpo 2008-10-25 04:37 Rev.: 3711

- update to makefiles
+ got rid of $OSTYPE (as we already have different makefiles for MinGW and Linux)
+ added -ftrace for Linux for easier testing
+ updated the Qt libs for Linux

28 lines of code changed in 6 files:

adrpo 2008-10-25 04:09 Rev.: 3710

- fixes for sendData.* on Linux

3 lines of code changed in 2 files:

adrpo 2008-10-25 04:02 Rev.: 3709

- added "test" and "testmos" targets to the Linux Makefile.in.
it was present in the windows mingw makefiles since some years now.

6 lines of code changed in 1 file:

adrpo 2008-10-25 03:02 Rev.: 3708

- seems that on some Linux distros (Fedora, Debian, ??) there was a problem with
malloc not being defined. i added now stdlib include to the needed files.

77 lines of code changed in 4 files:

adrpo 2008-10-24 02:57 Rev.: 3707

- modification of sendData library to:
+ make it work better for Linux & MacOS
+ improve the stability of starting the external plot viewer

241 lines of code changed in 4 files:

adrpo 2008-10-21 09:33 Rev.: 3706

- fixed the broken +d=failtrace debugging facility
- fixed bug http://openmodelica.ida.liu.se:8080/cb/issue/1022
pointed out by Alexander.Roehnsch <AT> dlr <DOT> de. Thanks!
External function with no input parameters do not typecheck!

169 lines of code changed in 4 files:

dietmarw 2008-10-20 12:25 Rev.: 3705

Documentation: updated example session, closes Task [# 1014].

From: Dietmar Winkler <Dietmar.Winkler@TU-Berlin.de>

33 lines of code changed in 1 file:

dietmarw 2008-10-20 12:24 Rev.: 3704

updated documentation (MICO Corba libs are automatically set as of r3668), some minor typos fixed

From: Dietmar Winkler <Dietmar.Winkler@TU-Berlin.de>

25 lines of code changed in 1 file:

adrpo 2008-10-20 06:39 Rev.: 3702

moved the osxinstaller to /installers

0 lines of code changed in 1 file:

ericmeyers 2008-10-20 02:19 Rev.: 3700

added OS X installer binary. self executing disk image containing installer pkg file

0 lines of code changed in 1 file:

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

38 lines of code changed in 6 files:

adrpo 2008-10-18 14:38 Rev.: 3698

- switched all plot<->plot2
- switched all plotParameteric<->plotParametric2
- now val(var, integer) works!

114 lines of code changed in 10 files:

adrpo 2008-10-17 10:31 Rev.: 3697

- workaround for the crash on exit when running on Windows Vista

12 lines of code changed in 1 file:

adrpo 2008-10-16 01:02 Rev.: 3694

- minor correction to DAEQuery.mo (missed a ";") in when equations.

1 lines of code changed in 1 file:

adrpo 2008-10-16 00:39 Rev.: 3693

- fixed the problem with the order of equations in DAEQuery.mo

98 lines of code changed in 2 files:

adrpo 2008-10-14 05:37 Rev.: 3691

- fixes for Visual Studio debugging
- added debug_print in internal.c

21 lines of code changed in 4 files:

dietmarw 2008-10-11 20:38 Rev.: 3686

Update and clean up of the Linux readme:

* cleaner indentation
* use aptitude instead of apt-get (better dependency tracking and installed by default anyway)
* mark bash command lines with the bash sign '$'
* Ubuntu version updated to 8.04

From: Dietmar Winkler <Dietmar.Winkler@TU-Berlin.de>

45 lines of code changed in 1 file:

adrpo 2008-10-08 16:06 Rev.: 3682

- just dummy model code to be able to compile c_runtime.lib with Visual Studio

819 lines of code changed in 2 files:

donida 2008-10-07 17:52 Rev.: 3681

Refactoring of the dumpXMLDAE method in Ceval.mo and Static.mo

103 lines of code changed in 2 files:

donida 2008-10-03 11:50 Rev.: 3679

Initiailization of the OSTYP and OS_MSYS variables was not done. Fixed.


3 lines of code changed in 1 file:

adrpo 2008-10-03 03:56 Rev.: 3678

- added Microsoft.VC90.CRT.manifest which is needed for Windows Vista
as it doesn't start OMShell or OMNotebook without it... manifest crap!

39 lines of code changed in 2 files:

adrpo 2008-10-03 02:22 Rev.: 3677

- got rid of ";" at the end of simulate and visualize commands so that we get some meaningful output.

3 lines of code changed in 2 files:

adrpo 2008-10-03 02:16 Rev.: 3676

- Linux fixes for OMNotebook to include the new 3D visualization package
based on SoQt and Coin3D.

19 lines of code changed in 1 file:

adrpo 2008-10-03 02:05 Rev.: 3675

- Linux fixes for SimulationData.h (wrong case in imports!)

5 lines of code changed in 1 file:

adrpo 2008-10-03 01:35

moved to the old repository:
https://openmodelica.ida.liu.se/svn/OpenModelica/old

0 lines of code changed in 163 files:

adrpo 2008-10-03 01:35 Rev.: 3671

moved to the old repository:
https://openmodelica.ida.liu.se/svn/OpenModelica/old/pde

0 lines of code changed in 202 files:

adrpo 2008-10-03 01:14 Rev.: 3668

- Linux fixes to detect MICO Corba libraries automatically using mico-config --libs
- Updated README.Cygwin.or.Linux.txt and explain that MICO executables need to be in the PATH

5 lines of code changed in 3 files:

adrpo 2008-10-03 00:25 Rev.: 3667

- fixes in the Linux/Mac/Solaris/*nix part

18 lines of code changed in 1 file:

adrpo 2008-10-02 21:30 Rev.: 3666

- updated the READMEs due to changes to:
+ upgrades of all solutions and projects to MSVC 2008
+ upgrades of OMDev package to GCC 3.4.5 and MICO Corba 2.3.13
- got rid of some deprecated compiler/linker flags in Makefile.w32
due to MSVC 2008 upgrade
- added package documentation as comment to XMLDump.mo

30 lines of code changed in 5 files:

adrpo 2008-10-02 21:26 Rev.: 3665

- YOU WILL NEED THE NEW OMDev AND MSVC 2008 TO BUILD THE RELEASE
OMDev: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
- upgraded the entire OMC solution OpenModelica\Compiler\VC7\omc\omc.sln to MSVC 2008
+ got rid of some deprecated compiler flags
+ changed from mico2311.lib to mico2313.lib
- Changes to the Setup project
+ added the new GCC 3.4.5 and removed GCC 3.4.4
+ added the new Qt 4.4.2 DLLs needed by OMNotebook
+ added Coin3D and SoQt DLLs needed by the new OMNotebook 3D visualization
+ added the new MSVC 2008 DLLs and removed the old MSVC 2003 DLLs
+ added SimpleVisual.mo to the ModelicaLib.tar.gz
+ the lib directory of the OpenModelica release directory now contains c_runtime.lib
- added the old gcc-3.4.4.tar.gz just in case we will need it later

24447 lines of code changed in 25 files:

adrpo 2008-10-02 21:16 Rev.: 3664

- updated the -lmico2311 to -lmico2313 as I updated the OMDev package with the new MICO Corba 2.3.13

2 lines of code changed in 2 files:

adrpo 2008-10-02 21:15 Rev.: 3663

- the new MICO Corba 2.3.13 generates includes like <omc_communication.h>
instead of "omc_communication.h", that's why I updated the includes in the Makefiles

3 lines of code changed in 2 files:

adrpo 2008-10-02 21:14 Rev.: 3662

- updated the PATH setting in Compile.bat to the new GCC 3.4.5 as is needed by Windows Vista

1 lines of code changed in 1 file:

adrpo 2008-10-02 21:12 Rev.: 3661

- copied options.cpp, options.h from OpenModelica/mosh
to here to get rid of the dependency
- small update to read_write.c

128 lines of code changed in 5 files:

adrpo 2008-10-02 21:08 Rev.: 3660

- added the new functionality that supports the 3D visualization in OMNotebook
+ new sendData functions in c_runtime
+ visualization API in Ceval.mo, Static.mo, Interactive.mo, Values.mo
+ new external functions in Compiler/runtime/, files ptolemyio.cpp and systemimpl.c

1190 lines of code changed in 12 files:

adrpo 2008-10-02 21:00 Rev.: 3659

- updated the OMDev package GET IT HERE: http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
+ from gcc 3.4.4 to gcc 3.4.5
+ from mico 2.3.11 to mico 2.3.13
+ all dlls and .a are now compiled with gcc 3.4.5 or msvc 2008
- changed Makefile.omdev.mingw to the new mico 2.3.13

2 lines of code changed in 1 file:

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

8411 lines of code changed in 31 files:

adrpo 2008-10-02 20:49 Rev.: 3656

- updated OMShell project to MSVC 2008
- updated Corba generated files to version MICO 2.3.13
- updated the readmes

576 lines of code changed in 11 files:

adrpo 2008-10-02 20:47 Rev.: 3655

- added 3D examples that will work with the new OMNotebook

14 lines of code changed in 2 files:

ericmeyers 2008-10-01 01:23 Rev.: 3653

changed model Test to model TestMe in the IFEquation testsuite. OS X HFS+ filesystem is case-insensitive and executing Test was actually executing /bin/test

9 lines of code changed in 2 files:

September 2008 »

Generated by StatSVN 0.7.0