fixed gcc dynamic library compiler flags for OS X
4 lines of code changed in 1 file:
The ? char was not correctly saved from Eclipse. Fixed.
4 lines of code changed in 1 file:
The header of the XMLDump.mo file has been changed according to the OSMC Public License.
24 lines of code changed in 1 file:
- added more files to the project
6 lines of code changed in 1 file:
- replaced the incorrect CloseHandle with correct FindClose
- no more asserts when build with Visual Studio in debug mode.
2 lines of code changed in 1 file:
- additional fix for MetaModelica GC error found by MathCore
325 lines of code changed in 2 files:
- fixed a MetaModelica GC error found by MathCore (thanks!)
8 lines of code changed in 1 file:
- add -fPIC to the link flags for x86_64 bit architectures in systemimpl.c
- updated Ceval.mo and DAEQuery.mo with the newest MATLAB export facility
57 lines of code changed in 3 files:
Added package XMLDump and API function dumpXMLDAE to obtain flattened, index-reduced models in XML format
4119 lines of code changed in 7 files:
- added mk_bcon(double d) which returns true if d > 0 or false otherwise.
8 lines of code changed in 2 files:
Corrected error in getBindingsStr (returned a '-' when field empty)
1 lines of code changed in 1 file:
HUGE CHANGES THAT FIX A MEMORY LEAK AND REQUIRE
A NEW OMDev: [http://www.ida.liu.se/~adrpo/omc/omdev/mingw/]
or a new MMC/RML Compiler: [do an svn update]
- Fixes for the memory leak
+ got rid of yacclib.c|h as this functionality is now present directly in mmc/rml
+ got rid of yacclib.h include in files:
TaskGraphExt.cpp, TaskGraphExt_stub.cpp, corbaimpl.cpp, daeext.cpp,
errorext.cpp, printimpl.c, ptolemyio.cpp, rtopts.c, settingsimpl.c,
systemimpl.c
- Changes to Visual Source projects to deal with fixes for the memory leak
+ pushed the new changes into rmlRuntime project
+ removed yacclib.c|h from the projects
+ small changes to the debug configuration of projects
- Changed the default tolerance from 1e-10 to 1e-6 in
Main.mo and commands.xml
967 lines of code changed in 25 files:
- changed the tolerance default from 1e-10 to 1e-6
1 lines of code changed in 1 file: