- got rid of the libQt*.a as we already have them in build/lib
- updated the Setup project to take them from build/lib
211 lines of code changed in 1 file:
added buildModel command to the commands.xml
9 lines of code changed in 1 file:
Fixed bug: http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=177
buildModel failed to work since we added the tolerance as a parameter to the simulation.
Credits go to Constantin Belyaev cbelyaev/AT/gmail for providing the patch. Thanks!
3 lines of code changed in 1 file:
- fixed the Linux part for the case there is no QTHOME defined
6 lines of code changed in 1 file:
- updated the emulateStreamData prototype to the last version.
1 lines of code changed in 1 file:
RML_IMMEDIATE(RML_TAGFIXNUM(integer)) is used to transform an integer
to a pointer. Here we actually want the inverse of that, we want to
transform a pointer into an integer. Removed RML_IMMEDIATE(...).
1 lines of code changed in 1 file:
Removed an unused variable
1 lines of code changed in 1 file:
Fixed some signed/unsigned warnings
3 lines of code changed in 1 file:
- fixes in the Linux part
9 lines of code changed in 1 file:
- ANTLR on Linux has problems with Link?ping, changed it to Linkoping.
24 lines of code changed in 8 files:
- Static::enabled is a method, changed to actually calling it Static::enabled()
1 lines of code changed in 1 file:
- changed the License to OSMC License
- added Static::enabled() implementation to sendData.cpp
138 lines of code changed in 4 files:
Added some missing files
0 lines of code changed in 1 file:
Added some missing files
78 lines of code changed in 4 files:
- added OSMC-License.txt to the release build instead of LICENSE.txt.
130 lines of code changed in 1 file:
Not Needed as we have OSMC-License.txt in the root directory.
0 lines of code changed in 1 file:
Added some features to the new plotting package
972 lines of code changed in 13 files:
- updated the license with the entire text.
181 lines of code changed in 1 file:
- fixed bug 170:
http://openmodelica.ida.liu.se/bugzilla/show_bug.cgi?id=170
- transpose now works even if the first matrix dimension is bigger than the second matrix dimension
- added Transpose.mo to the testsuite so we don't run into this error again
145 lines of code changed in 3 files: