updated WinMosh to OMS and made some small changes...
// Anders Fernstr?m
66 lines of code changed in 30 files:
Adrian Pop, 2006-01-28
- mingw compilation issues fixes
- cygwin/msvc still work
867 lines of code changed in 12 files:
Adrian Pop, 2006-01-28
- fixes the compilation with mingw
- cygwin/msvc still works normally
2 lines of code changed in 1 file:
Adrian Pop, 2006-01-28
- fixes the compilation of libruntime on MINGW32
- now it compiles using mingw make
8 lines of code changed in 1 file:
2006-01-28 - Adrian Pop, adrpo@ida.liu.se
- added trunk/c_runtime/libf2c/makefile.mingw
- the trunk/c_rutime/Makefile can call mingw32-make -u makefile.mingw in the libf2c
directory in order to compile libf2c.a using msys+mingw
2 lines of code changed in 1 file:
Fixed bug instantiating Gear. Inherited elements where looked up from current env which could be encapsulated. Instead it should be looked up from top scope since baseclass annotation already was fully qualified.
77 lines of code changed in 4 files:
removed a error in nestled DIVISION macros
9 lines of code changed in 1 file:
Implemented getClassInformation(classname) => {restriction, comment, sourcefile}
setClassComment(classname,comment)
setComponentComment(class,comp,comment)
setConnectionComment(class,c1,c2,comment)
489 lines of code changed in 3 files:
Removed luc_pop last checkin since he removed a lot of my stuff from previous version. Also fixed bug with Gear model.
261 lines of code changed in 11 files:
2006-01-24 adrpo@ida
- changes to comments only
- moved comments arround so they apper in the generated .mo files
363 lines of code changed in 3 files:
Updated the help text, so that no line consist of more than 80 characters.
88 lines of code changed in 1 file:
removed an error from getDiagramAnnotation and getConnectionCount on derived classes
44 lines of code changed in 2 files:
made the inst_element_list to continue even if inst_element failed.
86 lines of code changed in 3 files:
Fixed bug with bindings not getting automatic type converts in make_binding.
107 lines of code changed in 8 files:
Fixed bug with setComponentModifierValue.
fixed bug with instantiating partial classes in inst_class_basictype.
48 lines of code changed in 5 files:
changed the generated code so that now it have instead of x[1] $a$pointb$pointd. (a.b.d)
corrected a bug in System.string_replace
1794 lines of code changed in 9 files:
Added symbolic simplification of matrix and vector operations (addition, multiplication, etc) in Exp.simplify
Added symbolic simpl. in elab_builtin_diagonal
Added elab_builtin_scalar.
3371 lines of code changed in 76 files:
2006-01-16 - adrpo@ida.liu.se
- refactorings of .rml files to make translation easier
+ comment handling
+ types
+ imports
2391 lines of code changed in 8 files:
Implemented connectors extending from basictypes (Modelica v2.2)
for instance
connector RealInput2
extends Real[2];
end RealInput2;
Used in new blocks library.
764 lines of code changed in 20 files:
changed void to int in checkForDiscreteVarChanges(double *t);
changed the position of using namespace std; in simulation_runtime.h
made global relation c_add_cleanups : (CFunction, CleanupStatement list) => CFunction
corrected the generation of code and added return statetements to all c-functions
44 lines of code changed in 4 files:
added my testfiles in the wrong folder before, readded them and also added the testfiles to the makefile.
// Anders Fernstr?m
860 lines of code changed in 24 files: