Fix modelica3d paths
1 lines of code changed in 1 file:
commit a7b734f0f6856e6c4bc68423b74ae3e5bda2ba50
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Apr 30 18:19:09 2015 +0200
Bump libraries
- https://github.com/modelica-3rdparty/ExternData.git branch master updated to 7935928d9c0ed65bf5e6483c0e098d8c5538201e.
* [https://github.com/modelica-3rdparty/ExternData/commit/7935928 7935928] Silence MSVC warnings and update binaries
* [https://github.com/modelica-3rdparty/ExternData/commit/8976bd4 8976bd4] Add uses annotation
- https://github.com/modelica-3rdparty/netCDF-DataReader.git branch master updated to 6dc5ee162d0cf536c10c350b9fc4f963f266099b.
* [https://github.com/modelica-3rdparty/netCDF-DataReader/commit/6dc5ee1 6dc5ee1] Change Readme encoding to UTF-8
* [https://github.com/modelica-3rdparty/netCDF-DataReader/commit/8a0b990 8a0b990] Update Readme
* [https://github.com/modelica-3rdparty/netCDF-DataReader/commit/c0b2d40 c0b2d40] Update Readme
1 lines of code changed in 1 file:
Move qmake detection to separate m4-file
27 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- added template functions for DAE.SUM and SimCode.SES_FOR_LOOP
83 lines of code changed in 4 files:
Install cppruntime libraries in the correct directory
98 lines of code changed in 23 files:
Fix a broken install path
9 lines of code changed in 1 file:
Fix compilation on trunk
2 lines of code changed in 2 files:
Update bootstrapping tarball
2 lines of code changed in 2 files:
See if bootstrapping is fixed without a new tarball (skip checking for ModelicaExternalC when bootstrapping)
9 lines of code changed in 4 files:
- removed some debug prints for vectorization
0 lines of code changed in 1 file:
Fix linker paths
4 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
- some more fixes for Vectorization.mo
143 lines of code changed in 2 files:
Fix mkbuilddirs
2 lines of code changed in 1 file:
Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time
133 lines of code changed in 30 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- removed for-loop in in RefArray-constructor (sorry, I was not able to remove the cast in RefArray2RefArray)
- added missing variables to array-allocation, hopefully this will fix all "Wrong variable index"-exceptions
11 lines of code changed in 2 files:
commit 12d24744e24385399558bf9e851b9154c1270dc8
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Thu Apr 30 09:00:15 2015 +0200
Add ExternData, fix PhysioLibrary reference
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
- some fixes for alias handling when unrolling variable arrays (for vectorization)
148 lines of code changed in 3 files:
add support for read access to data of RefArray and make arg of sum_array const
see Modelica.Fluid.Examples.TraceSubstances.RoomCO2 after r25804
13 lines of code changed in 3 files:
- handle Clang also
10 lines of code changed in 1 file:
- fix Windows build
- fix nightly-build (get OMPython from github)
36 lines of code changed in 4 files:
Try to fix fmil dependency in Compiler/runtime
6 lines of code changed in 3 files:
Some cross-compilation fixes.
- Adding switches to disable compiling parts for a bootstrapped compiler.
- New switches mainly used to cross-compile a minimal omc on the build platform that can be used to compile omc for the host platform.
194 lines of code changed in 10 files:
Update makefiles for better cross-compilation
14 lines of code changed in 4 files:
reactivated failing cpp tests
6 lines of code changed in 3 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
added cpp runtime config for gcc and msvc
84 lines of code changed in 6 files:
- Fix flag typo.
1 lines of code changed in 1 file:
- remove more whitespaces
17 lines of code changed in 1 file:
re added missing boost ublas vector
7 lines of code changed in 1 file:
- support for non constant array-indices added to variable - memory - mapping
18 lines of code changed in 2 files:
- remove whitespace in array subscripts
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
9 lines of code changed in 9 files:
#3296
- catch omc_Main_setWindowsPaths exception.
2 lines of code changed in 1 file:
Fix installation target (* copies all directories)
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 1 file:
- added handling for special case, that variables have a subscript at the end but are not part of an array
17 lines of code changed in 1 file:
Fix installation of idl file
4 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
17 lines of code changed in 4 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- sorry for the testsuite changes, they should not be uploaded
2 lines of code changed in 3 files:
- added optimization variables to mapping
- added some scripts to execute all simulations in the msl with special flags
37 lines of code changed in 9 files:
- added a mapping for variables to storage positions, to support efficient code generation that keeps array-variables as arrays
- a new HashTable is now part of the code, that maps a ComponentReference to an array of Integers and a list of Integers
- HpcOm memory optimization disabled
- initAliasArray-interface extended in SimVars-Class
- some typo fixes
688 lines of code changed in 20 files:
[Janitor mode] Fix whitespace
34 lines of code changed in 9 files:
- removed some additional prints to fix tests
2 lines of code changed in 1 file:
- added SimCode.SES_FOR_LOOP and DAE.SUM expression to express loop-equations
532 lines of code changed in 14 files:
removed boost ublas includes for mac os because of build errors
11 lines of code changed in 1 file:
exploit new getDataCopy in assign to DynArray
See many Modelica.MultiBody examples that throw an exception after r25788.
2 lines of code changed in 1 file:
#2619 Move OMPython to https://github.com/OpenModelica/OMPython
2 lines of code changed in 221 files:
remove irrelevant cases from algStmtAssignArr to fix assignment to array slices
0 lines of code changed in 1 file:
- more fixes for windows builds
1 lines of code changed in 1 file:
commit 2539ecf4b728b55d900d26f77606788297042aaf
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Apr 28 19:45:11 2015 +0200
Bump libraries
- svn/MSL 3.2.1 has been updated to r8187.
* m:r8187 Merged revision(s) 8185 from Modelica/trunk:Fix issue detected by Cppcheck........
- svn/MSL trunk has been updated to r8186.
* m:r8186 Update binaries for Win
* m:r8185 Fix issue detected by Cppcheck
* m:r8184 Update of 3rd-party header uthash
- https://github.com/xogeny/ModelicaBook.git branch master updated to e205f2dc8cd23e0dcfaac6148ede89c2d61780f0.
* [https://github.com/xogeny/ModelicaBook/commit/e205f2d e205f2d] Merge pull request #245 from tbeu/fix-interpolateVectorTable
* [https://github.com/xogeny/ModelicaBook/commit/1b0fde1 1b0fde1] Fix index-out-of-bounds exception
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to f1b409acabd15e3ab8f4bc5fab1ebbb7d7732a27.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/f1b409a f1b409a] Fix error handling for UDP and error msg format strings
- https://github.com/lochel/PNlib.git branch master updated to 44c7d277980b7a88b449b72edec0a56416b40fa9.
* [https://github.com/lochel/PNlib/commit/44c7d27 44c7d27] Add 'inner' declaration of .PNlib.Settings
* [https://github.com/lochel/PNlib/commit/b654df2 b654df2] Update expected output
* [https://github.com/lochel/PNlib/commit/c7bcc06 c7bcc06] Update some reference files
* [https://github.com/lochel/PNlib/commit/5e71dd8 5e71dd8] Update list of signals for simulation result comparison
* [https://github.com/lochel/PNlib/commit/be47efd be47efd] Make some variables of discrete transitions public and some others protected
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 74deaab8456f4e5145d42205bf9b821ef8e0c5c1.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/74deaab 74deaab] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/fb40f17 fb40f17] recommit of ..solvent fractions for osmotic pressures for solutions with significant ...
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/3d39b77 3d39b77] merged correction of equation of el. vessel
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/00d54e9 00d54e9] Revert "corrected equation for elastic vessel"
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/2c4df42 2c4df42] Revert "solvent fractions for osmotic pressures for solutions with significant volume amount of impermeable particles (e.g. intracellular fluid)"
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/aa9a6da aa9a6da] corrected equation for elastic vessel
1 lines of code changed in 1 file:
add more missing throw
2 lines of code changed in 1 file:
- hopefully fix windows builds
1 lines of code changed in 1 file:
- Fix test case.
0 lines of code changed in 1 file:
- Propagate the actual attributes to match aliases, to allow assigning to them
if they are non-inputs.
80 lines of code changed in 5 files:
[Janitor mode] Update OMEdit language files
1431 lines of code changed in 9 files:
- Set the TLMPluginPath
125 lines of code changed in 6 files:
fix in Array getData, added missing throw
2 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
1791 lines of code changed in 9 files:
- Added options for defining TLM manager & monitor processes.
610 lines of code changed in 8 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
fix for precompiled header of cpp runtime msvc build
added use of precompiled header for cpp runtime libraries
128 lines of code changed in 35 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 2 files:
- included Jacobian in TearingSet because it differs for different sets
- adapt some modules to new tearing structure
216 lines of code changed in 11 files:
commit cf8c090d27cf050e67bef7f6770d5ff52bc0cb16
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Tue Apr 28 09:54:56 2015 +0200
Add netCDF
1 lines of code changed in 1 file:
- Use common variable names (ass1, ass2) to store matching information
- Add comments to make clear what is actually stored in ass1 and ass2
209 lines of code changed in 2 files:
- use new syntax to access arrays
5 lines of code changed in 1 file:
- Restore r25682 and r25683
17 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
1454 lines of code changed in 9 files:
- try to fix windows builds
2 lines of code changed in 1 file:
- Only allow one co-simulation session.
- Fixed display of error messages where filename is empty.
83 lines of code changed in 10 files:
remove unused outputAllocate from external function code
14 lines of code changed in 1 file:
make Cpp code generation work for Modelica.Math.Matrices.leastSquares
- initialize local array variables of functions with dimensions if default value is missing
- implement size(array)
- fix type detection for max/sum/min(array)
30 lines of code changed in 1 file:
- ignore some more generated files
1 lines of code changed in 1 file:
commit 72bb5ca2c04a7cd2d4f2037422a2b6a4c477a112
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Apr 27 19:46:47 2015 +0200
Bump libraries
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to e336a3fd4dcca9841af3affe70263f847e4fcdbe.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/e336a3f e336a3f] Give detailed error no. if bind to UDP socket fails
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/27795c0 27795c0] Increase acceptable Win sockets version for UDP
- https://github.com/lochel/PNlib.git branch master updated to dfe58491e2e3548ed62484d0d89b80bbe6e5da96.
* [https://github.com/lochel/PNlib/commit/dfe5849 dfe5849] Add test case EightConflictProb to Makefile
* [https://github.com/lochel/PNlib/commit/4a3199a 4a3199a] Fix test case PDtoTD
* [https://github.com/lochel/PNlib/commit/dc2ec3c dc2ec3c] Add experiment annotation to EightConflictProb
* [https://github.com/lochel/PNlib/commit/b3e2c13 b3e2c13] Merge pull request #9 from lochel/dev
* [https://github.com/lochel/PNlib/commit/0cf9b78 0cf9b78] Update expected output
* [https://github.com/lochel/PNlib/commit/057d45e 057d45e] Merge pull request #8 from lochel/testing
* [https://github.com/lochel/PNlib/commit/e943703 e943703] Merge branch 'dev' of https://github.com/lochel/PNlib into dev
* [https://github.com/lochel/PNlib/commit/da28e35 da28e35] Update expected output
* [https://github.com/lochel/PNlib/commit/e558caa e558caa] Update signal list for comparison
* [https://github.com/lochel/PNlib/commit/e00e486 e00e486] Add more tests for OpenModelica coverage
* [https://github.com/lochel/PNlib/commit/97e9615 97e9615] Add tests for OpenModelica coverage
* [https://github.com/lochel/PNlib/commit/ce796ec ce796ec] Use isEqual(a, b, 1e-6) instead of "abs(a-b)<1e-6"
* [https://github.com/lochel/PNlib/commit/9e916d3 9e916d3] Fix == on Real numbers
1 lines of code changed in 1 file:
Rename configure.in to configure.ac
888 lines of code changed in 3 files:
Prevent commits to OMOptim since the repository is being moved to https://github.com/OpenModelica/OMOptim
523 lines of code changed in 531 files:
Fix builds
1 lines of code changed in 1 file:
Try to fix builds
11 lines of code changed in 4 files:
- Don't simplify MetaModelica array ASUBs in ExpressionSimplify,
it doesn't know which side an expression is on.
0 lines of code changed in 1 file:
- update tarball to get new functionality
0 lines of code changed in 1 file:
Some fixes for splitting the OM repository
- Save idl-file in share/omc
- Save qwt includes in include/omc/qwt
- Use a corba.m4 so it is easier to update common autoconf parts between repositories (possibly making this part of a small common repository)
96 lines of code changed in 5 files:
[Janitor mode] Update OMEdit language files
405 lines of code changed in 9 files:
- Enable/disable the TLM Editor syntax highlighting.
5 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
35 lines of code changed in 4 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- add Vectorization.mo
1280 lines of code changed in 1 file:
- added first implementation for handling for-loops and variable arrays
219 lines of code changed in 12 files:
[Janitor mode] Update OMEdit language files
621 lines of code changed in 9 files:
- Shorten the TLM highlighting preview text.
- Removed the unused indentOrUnindent slot.
4 lines of code changed in 3 files:
- Generalized the TabSettings for editors.
293 lines of code changed in 8 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
moved linear solver selection to initialization method
8 lines of code changed in 1 file:
[Janitor mode] Set auto-props
21 lines of code changed in 1 file:
-moved FactoryExport.h to include directory
8 lines of code changed in 9 files:
-moved FactoryExport.h to header
19 lines of code changed in 1 file:
avoid underflow of unsigned size_t and access to NULL if there are no real variables
This follows up r25740 (see Modelica.Utilities.Examples.readRealParameterModel).
5 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
126 lines of code changed in 9 files:
- Fix OMEdit built.
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
216 lines of code changed in 9 files:
- Start TLM co-simulation by reading the hostname.
54 lines of code changed in 4 files:
revert changes of previous commit on CVode.cpp and introduce an internal dummy state instead
This way the event processing runs as before for models without states.
9 lines of code changed in 1 file:
commit b890f242018e1ec86f614c88db0af6dd1726a200
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Apr 25 19:43:20 2015 +0200
Bump libraries
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to 16cb9a2b853b390fa42a0a9d68aab6cfa03474bf.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/16cb9a2 16cb9a2] Avoid dynamic buffer allocation in MDD_socketCANReadP
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/baccf96 baccf96] Remove dummy annotation and leading blank in comment
1 lines of code changed in 1 file:
remove dummy state from Cpp runtime as well (#3057)
This was a TODO from r23937, which only fixed the C runtime.
19 lines of code changed in 3 files:
fix Cpp code generation for complex types
See e.g. Modelica.Media.Examples.MixtureGases
1 lines of code changed in 1 file:
replace memcpy with std::copy to make arrays work with complex types (fixes r25735)
See many Modelica.Fluid models that failed with string arrays used by Media:
https://test.openmodelica.org/libraries/history/MSL_3.2.1_cpp-2015-04-25.html
6 lines of code changed in 1 file:
commit ad05b9abfabda75a2747abd9de38428fcc99d601
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Apr 24 19:42:06 2015 +0200
Bump libraries
- svn/MSL 3.2.1 has been updated to r8183.
* m:r8183 Merged revision(s) 8131-8135 from Modelica/trunk:refs #1682: Fix poor performance of readMatTable for MATLAB MAT-files with compressed array streams and large (> 1e5) number of rows * Replace looping over Mat_VarReadDataLinear by single call of Mat_VarReadData * Do in-place array transposition where applicable........refs #1682: Adapt table documentationSince r8131 table matrices with colum-wise storage in function "usertab" are no longer reallocated for transposition.........refs #1682: Revert r8132 and partially revert r8131........refs #1682: Fix edge initializationAvoid GCC warning: initializer element is not computable at load time........refs #1682: Block read matrices from MAT-filesAvoid looping over ReadDoubleData or ReadCompressedDoubleData and speed up reading........
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to c3f41c2ea48558c02c44a461fdeef941e9fb302c.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/c3f41c2 c3f41c2] Fixed missing can_dlc argument at various places
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/e07cac3 e07cac3] Add TCP/IP example
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/4012217 4012217] Fix compilation
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/ae89f77 ae89f77] Merge branch 'tbeu-fix-buf'
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/01c2300 01c2300] Fix type problem
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/0292b6a 0292b6a] Forgot one encapsulation issue
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/b44dd84 b44dd84] Fix encapsulation issues
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/38112b2 38112b2] Set user buffer size for external object ctors if given
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/1211761 1211761] Fix I/O causality for TCP/IP
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/2556912 2556912] Define ITI_COMP_SIM also for SoftingCAN
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/c273fe6 c273fe6] Make return buffers of communication blocks Modelica compatible
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/9caa4e5 9caa4e5] Merge pull request #79 from tbeu/add-TCP/IP-support
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/b576d2b b576d2b] Update TCP/IP test
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/16f6c2c 16f6c2c] Add TCP/IP example
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/cf557ba cf557ba] Move connect to server from ctor to own function
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
replace specialized string arrays with a converter for external "C"
34 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
1296 lines of code changed in 9 files:
- Save the TLM LibraryTreeNode before starting simulation.
51 lines of code changed in 4 files:
- Set DrModelica.onb as default notebook.
2 lines of code changed in 1 file:
Fix OMNotebook locale settings
4 lines of code changed in 2 files:
Test for #3288
- add FMI test for String parameters and variables
56 lines of code changed in 2 files:
commit 780d68c907f351fbc763b2b849fa22e5c5d77652
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Fri Apr 24 10:01:53 2015 +0200
Change to use the PNlib master branch
1 lines of code changed in 1 file:
- Use "listEmpty(...)" instead of "listLength(...) > 0" or similar expressions
7 lines of code changed in 1 file:
remove const qualifiers from data constructors of RefArrays (fixes r25725)
This is because the RefArrays store pointer and may modify the data.
4 lines of code changed in 1 file:
add some more array constructors
48 lines of code changed in 1 file:
add const qualifiers to data arguments of array constructors
12 lines of code changed in 1 file:
fix StatArrayDim3
see e.g. Modelica.Electrical.Digital.Examples.BUF3S
1 lines of code changed in 1 file:
simplify adjacency row for tearing
- important for symEuler
19 lines of code changed in 5 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 2 files:
added symbolic implicit euler. Improvements will come!!
981 lines of code changed in 20 files:
implement POW_ARRAY_SCALAR in Cpp runtime
32 lines of code changed in 3 files:
commit 943f36c3239a8dfa15f338163003cbc7e4fa48b9
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Apr 23 20:56:12 2015 +0200
Bump libraries
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master has FAILING head - latest is 9caa4e52abee6ffa09f0730237f18d96a790e65c
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/9caa4e5 9caa4e5] Merge pull request #79 from tbeu/add-TCP/IP-support
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/b576d2b b576d2b] Update TCP/IP test
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/16f6c2c 16f6c2c] Add TCP/IP example
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/cf557ba cf557ba] Move connect to server from ctor to own function
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/e3b69f2 e3b69f2] Add support for TCP/IP (as client using Windows sockets)
- https://github.com/lochel/PNlib.git branch dev updated to 9a452d17726237cf182bbc511e67d72f5d96819e.
* [https://github.com/lochel/PNlib/commit/9a452d1 9a452d1] Update README.md
1 lines of code changed in 1 file:
- Cleaned up linking of libraries.
10 lines of code changed in 2 files:
- Removed linking of omniORB as is not needed anymore.
- Copy the QtXmlPatterns4.dll
3 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
9038 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1104 lines of code changed in 7 files:
- Added missing function.
18 lines of code changed in 2 files:
- Merged OMEdit TLM branch with trunk.
6126 lines of code changed in 47 files:
[Janitor mode] Update OMEdit language files
153 lines of code changed in 9 files:
#3290
- Keep the cursor as cross when making connection and restore it when the connection is done.
3 lines of code changed in 3 files:
eliminate List.isNotEmpty() and List.first() (replaced by listEmpty() and listHead())
227 lines of code changed in 41 files:
fix for linker error in StatArray.resize
1 lines of code changed in 1 file:
fix for r25703
6 lines of code changed in 1 file:
- OMNotebook doesn't depend on omniORB anymore.
0 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
added special assignment operator one,two and three dim StateArray which call assignment operator from base array
29 lines of code changed in 1 file:
fix negation of aliases for boolean variables
See e.g. Modelica.Blocks.Examples.BooleanNetwork1
30 lines of code changed in 2 files:
- Fix builds.
2 lines of code changed in 1 file:
- Fix build,
- Don't use Qt threads with OpenModelicaCompiler shared library.
18 lines of code changed in 5 files:
[Janitor mode] Update OMEdit language files
9 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
48 lines of code changed in 1 file:
- Removed the plotSilent flag.
- Added argument forceOMPlot to plot APIs.
91 lines of code changed in 11 files:
remove reindex(1) from DynArrays to get the same zero based indexing as in other arrays
10 lines of code changed in 1 file:
move iterator from DynArray to DynArrayDim1, where it was before
13 lines of code changed in 1 file:
introduce base classes StatArray and DynArray to avoid repeated code
479 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
27 lines of code changed in 9 files:
- Call omc_Main_setWindowsPaths on Windows so that APIs like simulate can work properly.
15 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
1089 lines of code changed in 9 files:
#1768
- Set a call back function for plot commands.
- Updated OMNotebook to use the OpenModelicaCompiler shared library.
319 lines of code changed in 31 files:
- Removed List.isEmpty
28 lines of code changed in 15 files:
- uncomment separation of parameter dependent and variable dependent asserts, have to fix dae-task-graph generation first
5 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
108 lines of code changed in 1 file:
- Reverted r25682 and r25683 until the bootstrapping tarball is updated
19 lines of code changed in 3 files:
- put parameter dependent asserts in the paramEquation section and not in all-equations
56 lines of code changed in 2 files:
- Removed workaround for #3281
3 lines of code changed in 1 file:
- use new syntax to access arrays
14 lines of code changed in 2 files:
remove reference array code from static arrays
the code has been separated out in r25671
83 lines of code changed in 1 file:
- Generate a second tearing set for simulation DAEs with weaker constraints in solvability (not passed along to the runtime yet)
- Renamed some functions in Tearing.mo
- Use list<Integer> instead of list<list<Integer>> for the order of the inner equations in tearing sets
542 lines of code changed in 2 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Fix for #3281:
- Fixed handling of subscripted MetaModelica array crefs.
143 lines of code changed in 8 files:
- avoid unnecessary wrapping
6 lines of code changed in 2 files:
- expected output
5 lines of code changed in 3 files:
- expected output
1 lines of code changed in 1 file:
- Fixed sorting of boolean parameters
17 lines of code changed in 3 files:
Fix: #3288
- properly convert between modelica_string to fmiString
- some warning fixes in SimulationRuntime/fmi/export/fmi1/fmu1_model_interface.c
32 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
implement specific classes for reference arrays accessing simvars
366 lines of code changed in 2 files:
more universal version of previous commit
replace special assign methods with a general BaseArray::getDataReferences
45 lines of code changed in 1 file:
implement assign from ref arrays
this is needed for the examples Modelica.Electrical.Digital.Registers.DFFREG*
58 lines of code changed in 2 files:
commit b4b616ce9dd705106d94e6c85b621ce2e5633c29
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Apr 21 19:42:06 2015 +0200
Bump libraries
- svn/MSL 3.2.1 has been updated to r8174.
* m:r8174 refs #1701: Fix typo
- svn/MSL trunk has been updated to r8175.
* m:r8175 Merged revision(s) 8174 from Modelica/branches/maintenance/3.2.1:refs #1701: Fix typo........
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to 856ae25901d95e20d9b87dd09c567c9077cd100a.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/856ae25 856ae25] Fix includes, esp. for MSVC
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/4319d7b 4319d7b] Do not export any symbols for executable models
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 256afcf1607b01babe2b52c31e364cfc338f6f0d.
* [https://github.com/dzimmer/PlanarMechanics/commit/256afcf 256afcf] Merge pull request #91 from tbeu/remove-dummy-annotations
* [https://github.com/dzimmer/PlanarMechanics/commit/7f5103e 7f5103e] Remove dummy annotations and trailing white space
1 lines of code changed in 1 file:
- Oops!
1 lines of code changed in 1 file:
- Some improvements to Tarjan's algorithm
47 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
6 lines of code changed in 3 files:
- dump alias vars in dumpSimCode
7 lines of code changed in 1 file:
- Merged TarjanTransposed and TarjanTransposedPartial
32 lines of code changed in 4 files:
- remove inadvertent comments
0 lines of code changed in 1 file:
Prepared Backend for the introduction of dynamic Tearing (tearing set can be changed during runtime)
In detail:
- introduced record BackendDAE.SOLVABILITY_SOLVABLE, which means the equation is analytically solvable for the variable, regardless of how the variable occurs in the equation
- function BackendDAEUtil.tryToSolveOrDerive (old: getFactorForX) can be activated by parameter in getAdjacencyMatrixEnhancedScalar
- introduced uniontype BackendDAE.TearingSet, restructured record TORNSYSTEM
- introduced ConfigFlag "dynamicTearing"
161 lines of code changed in 17 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- Use new implementation of Tarjan's algorithm in omc tearing
- Removed old implementation of Tarjan's algorithm
87 lines of code changed in 3 files:
- Use new implementation of Tarjan's algorithm for blt sorting
55 lines of code changed in 3 files:
removed shared array from simvars
8 lines of code changed in 2 files:
Update some new items.
51 lines of code changed in 1 file:
commit a8a80889178b773869f8aca511831bfa187b0386
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Apr 20 19:44:01 2015 +0200
Bump libraries
- svn/MSL 3.2.1 has been updated to r8173.
* m:r8173 Merged revision(s) 8172 from Modelica/trunk:Fix placement........
* m:r8170 Speed up Win32 compilation by removing APIs such as Cryptography, DDE, RPC, Shell and Windows Sockets
- svn/MSL trunk has been updated to r8172.
* m:r8172 Fix placement
* m:r8171 Merged revision(s) 8170 from Modelica/branches/maintenance/3.2.1:Speed up Win32 compilation by removing APIs such as Cryptography, DDE, RPC, Shell and Windows Sockets........
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to 1ac6bd2ceb8629075d1af306e0f4a176c2c13e7d.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/1ac6bd2 1ac6bd2] Fixed cmake build for Linux; adding dummy libraries for linux
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/a2580f7 a2580f7] cmake build support for mingw32
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/f2202dd f2202dd] Merge branch 'master' of https://github.com/modelica/Modelica_DeviceDrivers
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/64a9cee 64a9cee] Changed thread related build logic
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/cc93c24 cc93c24] mingw support for Keyboard
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/a15dab9 a15dab9] mingw support for joystick
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/4d104bb 4d104bb] Some mingw support
1 lines of code changed in 1 file:
fix for typo in SimVars initBoolVar
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 3 files:
added method for the initialization of alias arrays in cpp runtime
196 lines of code changed in 3 files:
- cleanup BackendDAETransform
287 lines of code changed in 1 file:
- cleanup calculateJacobianRow2
33 lines of code changed in 1 file:
- Removed obsolete module strongComponents
0 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 2 files:
- removed debug output in HpcOmMemory
- some simple improvements in HpcOmMemory
- CodegenCpp.tpl: Number of real, int, bool and pre variables can now be passed as argument to simulationMainFile-template
- some more fixes for hpcom code generation -> memory optimization is still not working for arrays with the new variable structure
- sim var arrays are now aligned to default cache line size of 64 byte
- testsuite update for some hpcom tests
537 lines of code changed in 13 files:
- Use new implementation of Tarjan's algorithm for OnRelaxation
2 lines of code changed in 1 file:
- Use new implementation of Tarjan's algorithm for uncertainties
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
261 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
178 lines of code changed in 2 files:
[Janitor mode] Set auto-props
716 lines of code changed in 3 files:
#3285
- Generate relative components paths for classes contained in package.
81 lines of code changed in 3 files:
- moved visualizationXML dump to extra files
- dump ast for complex expressions in visualization xml
1914 lines of code changed in 12 files:
- Use new implementation of Tarjan's algorithm for evaluating parameters
53 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 1 file:
- Use new implementation of Tarjan's algorithm for index reduction
94 lines of code changed in 10 files:
added special StatArray constructor for alias arrays
303 lines of code changed in 1 file:
- Added new package "Sorting" to collect all the different sorting algorithms
539 lines of code changed in 11 files:
remove templates that became obsolete with last but one commit
0 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
Support multi-dimensional arrays in the external "C" interface again (#3286)
This change introduces incompatible changes to fix a bug that only showed up for bool arrays so far.
52 lines of code changed in 3 files:
add missing changes
11 lines of code changed in 1 file:
exchange custom sparse matrix format in c++-runtime umfpack for boost::ublas sparse format
adapt test case
64 lines of code changed in 7 files:
[Janitor mode] Update OMEdit language files
8 lines of code changed in 9 files:
- Removed unused functions from StringHandler.
0 lines of code changed in 2 files:
Reduce impact of new internal matrix layout
- don't use assignRowMajorData in createArray_* methods because only single-dimensional data is assigned
- this enables to move assignRowMajorData back to the precompiled ArrayOperations.cpp (reverting r25614)
59 lines of code changed in 4 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
move check of program options to precompiled OMCFactory
58 lines of code changed in 3 files:
optimize access to elements of DynArray's
22 lines of code changed in 1 file:
bug fix for r25611
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
45 lines of code changed in 9 files:
- reload the child items when parent item is updated.
3 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
45 lines of code changed in 9 files:
#1540
- Handle quoted identifiers simulation.
8 lines of code changed in 3 files:
Add missing pieces for changed internal storage layout (#3286)
- adapt and fix append methods
- move assignRowMajorData to Array.h to make it available at compile time, e.g. for ComplexType
50 lines of code changed in 3 files:
Change internal storage layout of arrays in Cpp runtime to improve linear algebra (#3286)
116 lines of code changed in 5 files:
replace std::vector _tmp_data with boost::multi_array to make ArraySlice work for bool as well
8 lines of code changed in 2 files:
store dimensions of array slice to reduce code size and speed up getDim
13 lines of code changed in 1 file:
commit 19d264ef7cfaba1af94455e490725f3b1795dc90
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Apr 17 19:40:12 2015 +0200
Bump libraries
- svn/MSL 3.2.1 has been updated to r8162.
* m:r8162 Merged revision(s) 8161 from Modelica/trunk:refs #1627: Fix detection of (scaled) time events........
- svn/MSL trunk has been updated to r8161.
* m:r8161 refs #1627: Fix detection of (scaled) time events
- svn/Modelica_EmbeddedSystems has been updated to r8165.
* r8165 Modelica_LinearSystems2: Fixed some other issues reported by Dymola
* r8164 Modelica_LinearSystems2: Updated release notes + removed one "protected input" declaration
* r8163 RealSignals.Sampler: Removed double definition of u and y (was present due to extends and due to explicit declaration)
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
18 lines of code changed in 9 files:
- Do not set unnecessary text option on the editor.
0 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
72 lines of code changed in 9 files:
- fix some warnings
- spellfix
3 lines of code changed in 3 files:
- Set the QPlainTextEdit pointer.
1 lines of code changed in 1 file:
- fix indentation
140 lines of code changed in 1 file:
- Added transposed version of Tarjan's algorithm
149 lines of code changed in 1 file:
- Simplified interface for function PerfectMatching
12 lines of code changed in 2 files:
fix in ArraySlice operator(), does not return a value
7 lines of code changed in 1 file:
Fix bug: #3243
- set the useStream array as done in simulation_runtime.cpp, function setGlobalVerboseLevel
- maybe we should have a function that sets these things which could be called from FMI and not use variable useStream directly
6 lines of code changed in 2 files:
fix for typo in test mos files
338 lines of code changed in 25 files:
[Janitor mode] Fix whitespace
10 lines of code changed in 3 files:
- some smaller fixes for hpcom memory optimization
- MemberVariablePreVariables-code is now separated from the simulationCppFile-Code in the CodegenCpp.tpl
- _event_system is now initialized to NULL in the continousEvents-Class
295 lines of code changed in 6 files:
- fix Windows / Linux differences in testsuite/openmodelica/parser/*
- proper interface for omc_Absyn_isDerCref
- make testsuite/openmodelica/parser/ParseModel.mos more friendly as on Windows the output from system command is not shown
23 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
fix and generalize transpose_array
also unify ordering of call arguments for transpose_array and cat_array (return comes last)
29 lines of code changed in 3 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Fix bug: #3282
- allow parsing of {} for mos scripts
45 lines of code changed in 4 files:
avoid nested comments and quintuple printout of ExpressionDump
Modelica.Fluid.Examples.IncompressibleFluidNetwork was failing to compile due to nested comments of the form:
/* algStmtTupleAssign: ... /*Real*/(sign(...)...) */
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
bib items fixed
4 lines of code changed in 2 files:
extend flag for inputs from r25582
270 lines of code changed in 3 files:
use int instead of size_t in reduction expressions (see also r25564)
2 lines of code changed in 1 file:
replaced "if listLength(lst)>0 then" with "if not listEmpty(lst) then"
to reduce run time (O(n) -> O(1))
9 lines of code changed in 6 files:
make linkage of LAPACK libs platform independent (fixes r25566)
5 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
new debuge flag: added new_var = var/nominal where var is state
449 lines of code changed in 8 files:
bibliography updated
95 lines of code changed in 2 files:
Fixed C# template after numeric initialization removal.
0 lines of code changed in 1 file:
expected output
270 lines of code changed in 33 files:
[Janitor mode] Update OMEdit language files
180 lines of code changed in 9 files:
- Visualize whitespace in editors.
25 lines of code changed in 2 files:
make OMNotebook usable on OSX again
396 lines of code changed in 5 files:
Some improvements to the matching algorithm
24 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
clean uclean up static array class for assign and operator= method in cpp runtime
expected output
1775 lines of code changed in 49 files:
[Janitor mode] Update OMEdit language files
144 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
a more rigorous attempt to fix the "targTest91" problem (#3263)
3 lines of code changed in 1 file:
add support for external F77 to Cpp runtime
206 lines of code changed in 4 files:
- Use the appropriate tab stop width.
- Start the next line based on previous line indentation.
37 lines of code changed in 12 files:
let getDim of Arrays return int instead of size_t
This simplifies the code generation for Modelica Integer expressions, like "min(1, size(A, 1))" using "template <class T> const T& min(const T& a, const T& b)".
Avoid introduction of temporary variables for size expressions, which are typically only used once.
30 lines of code changed in 3 files:
revert r25560 back to r25552 because functions returning arrays need assign with const arg
1509 lines of code changed in 1 file:
commit 032c524b1fb4f870a34170cff8ebb81b3fcf8c55
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Apr 15 19:37:34 2015 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to 5d3b120b5ab2883327a180cc9ee61264d382b3a8.
* [https://github.com/xogeny/ModelicaBook/commit/5d3b120 5d3b120] Merge pull request #244 from mromanoni/patch-3
* [https://github.com/xogeny/ModelicaBook/commit/9cb5d0a 9cb5d0a] Update functions.rst
- https://github.com/modelica-compliance/compliance.git branch master updated to ca5092c14bb7af4507a10700ee49181a3a3ee199.
* [https://github.com/modelica-compliance/compliance/commit/ca5092c ca5092c] Class names should have the same name as the file name
* [https://github.com/modelica-compliance/compliance/commit/ff22c15 ff22c15] Merge pull request #7 from tbeu/patch-T1692
* [https://github.com/modelica-compliance/compliance/commit/e0656a5 e0656a5] Fix AttributeStateSelect
- https://github.com/modelica/Modelica_DeviceDrivers.git branch master updated to 64be4173eab5bfee440d9fd715b783a9e4564ed5.
* [https://github.com/modelica/Modelica_DeviceDrivers/commit/64be417 64be417] Changed docu for setting up serial port example
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
clean up static array class for assign and operator= method in cpp runtime
1586 lines of code changed in 1 file:
-adapted VxWworks for SimVars
15 lines of code changed in 1 file:
- New implementation of Tarjan's strongly connected components algorithm
141 lines of code changed in 4 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 2 files:
-adapted VxWworks for SimVars
34 lines of code changed in 4 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 2 files:
- estimate execution costs for removedEquations as well
59 lines of code changed in 5 files:
added functions to factoryexport for bodas and vxworks
21 lines of code changed in 1 file:
fix in getDatCopy for dynamic array in cpp runtime
6 lines of code changed in 1 file:
revert CodegenCpp.tpl from previous commit
38 lines of code changed in 1 file:
adapt ArraySlice to r25546
198 lines of code changed in 2 files:
Use pagetotal instead of pages since otherwise bibtex renders the "p. 13" instead of "pp. 13"
17 lines of code changed in 1 file:
commit c69138f1b728a463c1bf664ea060f203f7bc4b9a
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Apr 14 19:37:23 2015 +0200
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to a1bc19a5caeee64d68d9b1e6f9c325b6f3ea86be.
* [https://github.com/iea-annex60/modelica-annex60/commit/a1bc19a a1bc19a] Merge pull request #221 from iea-annex60/issue220_linePattern
* [https://github.com/iea-annex60/modelica-annex60/commit/6de27fc 6de27fc] Committed new reference results with very small changes
* [https://github.com/iea-annex60/modelica-annex60/commit/8119f0e 8119f0e] Removed LinePattern.None for #220
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to c81aa348907f163ed4cdf13117d1fd7e5814e274.
* [https://github.com/lbl-srg/modelica-buildings/commit/c81aa34 c81aa34] Accepted new reference results
* [https://github.com/lbl-srg/modelica-buildings/commit/96d7992 96d7992] Corrected wrong LinePattern.None
* [https://github.com/lbl-srg/modelica-buildings/commit/2fab54a 2fab54a] Merged Annex60
- https://github.com/modelica-compliance/compliance.git branch master has FAILING head - latest is ff22c1501dee5224f392ad7b02b958b22bdbcdc0
* [https://github.com/modelica-compliance/compliance/commit/ff22c15 ff22c15] Merge pull request #7 from tbeu/patch-T1692
* [https://github.com/modelica-compliance/compliance/commit/e0656a5 e0656a5] Fix AttributeStateSelect
- svn/Modelica_EmbeddedSystems has been updated to r8160.
* r8160 Modelica_LinearSystems2: Minor bugs fixed (due to stricter checking of Dymola 2016 Beta, warnings are present that protected variables in functions have the input/output attributes; these wrong attributes have been removed).
* r8159 Modelica_LinearSystems2 improvements:- ModelAnalysis.Poles and ModelAnalysis.Zeros: By default, the poles/zeros are also printed to the output window (and not only plotted)- ModelAnalysis.FullAnalysis: If the system is too large (> 50 states, inputs, or outputs), then the system is not printed to the output.- ModelAnalysis.FullAnalysis: The step response is included as png-file in the html log file systemReport.html.
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1575 lines of code changed in 2 files:
fix for reference array methods assign,operator= and getData in cpp runtime
1995 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
10 lines of code changed in 6 files:
- basic structure for DAE-parallelization to HPCOM added
- simcode now contains only one hpcom element
- list scheduler is not used anymore, if the selected scheduler fails
- update for expected output
344 lines of code changed in 31 files:
- revise implementation of Tarjan's strongly connected components algorithm
74 lines of code changed in 1 file:
- use while loop instead of recursion in Tarjan matching
23 lines of code changed in 1 file:
- fix indentation
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
24 lines of code changed in 5 files:
- added stuff to dump a xml file that contains information about visualization objects
523 lines of code changed in 6 files:
[Janitor mode] Update OMEdit language files
27 lines of code changed in 9 files:
#3279
- Fixed the re-simulation crash.
4 lines of code changed in 2 files:
commit efa87b2dca7bda7b771e66acd7a03bd53fabe15b
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Apr 13 19:41:13 2015 +0200
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to aabad147373b615f09a8c42c4787b0416686c695.
* [https://github.com/iea-annex60/modelica-annex60/commit/aabad14 aabad14] Merge pull request #219 from Mathadon/issue218_floRev3Res
* [https://github.com/iea-annex60/modelica-annex60/commit/dc9d470 dc9d470] Merge pull request #215 from Mathadon/issue214_massDynRad
* [https://github.com/iea-annex60/modelica-annex60/commit/bdc294e bdc294e] added allowFlowReversal-like option for PartialThreeWayResistance.mo
* [https://github.com/iea-annex60/modelica-annex60/commit/5598926 5598926] propagated vol.massDynamics in RadiatorEN442_2.mo to massDynamics instead of energyDynamics
- svn/MSL 3.2.1 has been updated to r8158.
* m:r8158 Merged revision(s) 8157 from Modelica/trunk:refs #1627: Fix detection of scaled time events........
- svn/MSL trunk has been updated to r8157.
* m:r8157 refs #1627: Fix detection of scaled time events
* m:r8156 Update svn:mergeinfo
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- attempt to fix partial negation of the lhs inside createNonlinearResidualEquationsComplex
- added warnings for generateCrefsExpFromExp and generateCrefsExpLstFromExp
23 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
189 lines of code changed in 9 files:
- Start the line numbers of sub models from where they actually starts in file.
18 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 1 file:
change in SimController (_simMgr is now member variable again)
198 lines of code changed in 2 files:
improved r25524
8 lines of code changed in 2 files:
- clean implementation of some dumps
1878 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
update test
2 lines of code changed in 1 file:
added flag for diasbale Msg from omc
20 lines of code changed in 3 files:
- cleanup
55 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- added additional flags for dassl for output control in non-equidistant mode
123 lines of code changed in 7 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
symbolical QR-solver: added householder(default)
353 lines of code changed in 7 files:
[Janitor mode] Fix whitespace
6 lines of code changed in 3 files:
Fix for #3250:
- Rewrote Static.replaceEnd to handle qualified/fully qualified crefs correctly.
445 lines of code changed in 5 files:
[Janitor mode] Update OMEdit language files
261 lines of code changed in 9 files:
#3275
- Set GraphicsView scroll bars policy to `Qt::ScrollBarAlwaysOn` to avoid unnecessary resize events.
5 lines of code changed in 1 file:
- Fix documentation examples.
3 lines of code changed in 1 file:
commit 594b636419f5bb2ac17337fd2eab34bea87d21b7
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Apr 12 19:40:18 2015 +0200
Bump libraries
- svn/MSL trunk has been updated to r8155.
* m:r8155 QuasiRMS Block, Voltage and Current sensor in Electrical.QuasiStationary
- https://github.com/modelica-3rdparty/msgpack-modelica.git branch master updated to 6ce2ca600c4902038c0f20b43ed442f1ee204310.
* [https://github.com/modelica-3rdparty/msgpack-modelica/commit/6ce2ca6 6ce2ca6] Merge pull request #18 from xogeny/master
* [https://github.com/modelica-3rdparty/msgpack-modelica/commit/dffdbf3 dffdbf3] Fixed a syntax error in impact.json
* [https://github.com/modelica-3rdparty/msgpack-modelica/commit/faf55a2 faf55a2] I got the contents of this file wrong
* [https://github.com/modelica-3rdparty/msgpack-modelica/commit/7bfa863 7bfa863] Merge pull request #17 from xogeny/master
* [https://github.com/modelica-3rdparty/msgpack-modelica/commit/c30b2e9 c30b2e9] Adding an impact.json file for use with impact
1 lines of code changed in 1 file:
- reverted r25511, thank you Per for the fast fix
35 lines of code changed in 3 files:
- separated Makefiles to fix Hudson Jobs
37 lines of code changed in 3 files:
- Fix makefile parsing in runtests.pl to only consider TESTFILES.
1 lines of code changed in 1 file:
- update for hpcom cpp tests
9 lines of code changed in 2 files:
- fixed HPCOM-Cpp-Tests (memory optimization is still broken)
- added some HPCOM-Cpp-Tests to Hudson
34 lines of code changed in 4 files:
commit 432cfc8569b755b5f144dd97c215c73e6660aa4d
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Apr 11 19:35:47 2015 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 36b465539a484cfa09dbd0542c829b3da230261e.
* [https://github.com/lbl-srg/modelica-buildings/commit/36b4655 36b4655] Updated script that cleans up the html
1 lines of code changed in 1 file:
fix name clash if a Modelica model uses a variable pow (#3268)
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
63 lines of code changed in 9 files:
#3271
- Handle tabbed dock widgets while switching between perspectives.
10 lines of code changed in 1 file:
- disable failing tests until niklwors has time to fix them
- update to r146/OpenModelicaExternal
4 lines of code changed in 2 files:
commit 23ef8735f85923646da3221d1ca1385d6a629184
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Apr 10 19:36:44 2015 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 6bbb825ef810a621816c385b3566d368cb145b59.
* [https://github.com/lbl-srg/modelica-buildings/commit/6bbb825 6bbb825] Replaced Vabs by VAbs to conform to coding convention
* [https://github.com/lbl-srg/modelica-buildings/commit/b1cdd2c b1cdd2c] Updated html to avoid warning in github
* [https://github.com/lbl-srg/modelica-buildings/commit/95c7d24 95c7d24] updated version
* [https://github.com/lbl-srg/modelica-buildings/commit/5fffb34 5fffb34] Updated semantic version information
* [https://github.com/lbl-srg/modelica-buildings/commit/c742ff6 c742ff6] Updated user guide
* [https://github.com/lbl-srg/modelica-buildings/commit/73a1dda 73a1dda] Corrected capitalization
* [https://github.com/lbl-srg/modelica-buildings/commit/9d42ee1 9d42ee1] Corrected wrong html
1 lines of code changed in 1 file:
adapt FMI2 to new SimVars
22 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
306 lines of code changed in 9 files:
#3270
- Redraw plot when curves are removed. Preserve the users zoom level when Auto Scale is unchecked.
21 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
135 lines of code changed in 9 files:
- Handle the Esc key for Editors & FindReplaceWidget.
31 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
33 lines of code changed in 9 files:
- Removed the unnecessary ReleaseInformation message.
3 lines of code changed in 3 files:
- minor changes to some comments
6 lines of code changed in 2 files:
- Avoid redundant code
3 lines of code changed in 1 file:
- Use new matching implementation in Initialization.mo
85 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
179 lines of code changed in 13 files:
[Janitor mode] Set auto-props
324 lines of code changed in 3 files:
added SimVars class to cpp runtime which stores all model variables
removed [Model]PreVariables class in cpp template and moved functionality to SimVars class
modified get/set methods,array class,eventhandling classes to new SimvVars class
1258 lines of code changed in 26 files:
unify name of iteration variable in ranges to avoid c++ warning about changed lookup rules
2 lines of code changed in 1 file:
Fix bug: #3269
- add code for deleteFile in Compiler/Script/CevalScript.mo
- add test in: testsuite/openmodelica/interactive-API/Bug3269_deleteFile.mos
40 lines of code changed in 3 files:
add ModelicaExternalC and ModelicaStandardTables to Cpp targets
also remove CFLAGS from linking stages
9 lines of code changed in 3 files:
implicit treatment of multiplication of zero dimensional arrays
7 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1806 lines of code changed in 9 files:
#2860
- Allow preserving the zoom level. Don't always auto rescale for new variables in plot.
239 lines of code changed in 12 files:
implement multiply_array for 1D and 2D arrays
Nothing to be proud of ... but better than a missing matrix multiplication.
69 lines of code changed in 4 files:
Fix bug #3255
- append the annotation from the constrained class to the annotations of the component
- added test inside testsuite/openmodelica/interactive-API/choicesAllMatching.mos
59 lines of code changed in 2 files:
commit 12e98aee582f8f36ec33d8d14abfa1015534f822
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Apr 9 19:35:13 2015 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch release updated to cbad6e491f794326c35cc296300aa3ef3124b63c.
* [https://github.com/lbl-srg/modelica-buildings/commit/cbad6e4 cbad6e4] Added help files
* [https://github.com/lbl-srg/modelica-buildings/commit/70cec57 70cec57] updated version
* [https://github.com/lbl-srg/modelica-buildings/commit/194146b 194146b] Updated semantic version information
* [https://github.com/lbl-srg/modelica-buildings/commit/4199311 4199311] Updated user guide
* [https://github.com/lbl-srg/modelica-buildings/commit/2d0b3c8 2d0b3c8] Removed fixme
- https://github.com/xogeny/ModelicaBook.git branch master updated to 0fd8db107aecab5a7792d8f2d04a341382b89740.
* [https://github.com/xogeny/ModelicaBook/commit/0fd8db1 0fd8db1] Closes #235: Using the new 'footnote' options for links in PDFs.
* [https://github.com/xogeny/ModelicaBook/commit/8668062 8668062] Adds a new option for CI build which does not depend on omc
1 lines of code changed in 1 file:
- removed unnecessary forward declarations.
0 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
7 lines of code changed in 2 files:
Added another implementation of the "usual" matching algorithm. Method also
works in combination with the available index reduction methods.
Option: +matchingAlgorithm=BB.
Preliminary tests show similar performance compared with the default matching
algorithm "PFPlusExt" even for large models! Method might be renamed and set
to default, after some small issues in connection with the removeSimpleEquations
modul are solved!
208 lines of code changed in 3 files:
improved r25421
252 lines of code changed in 6 files:
- convert \n to <br \> in error message.
12 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- increase informative value of some error messages
55 lines of code changed in 1 file:
- Preparation for new "remove simple equations" module: This introduces a new variable attribute named "unreplaceable". This is needed to prevent unintended replacements for generated variables (e.g. symbolic jacobian, encapsulated when conditions, substituted common sub-expressions, ...)
116 lines of code changed in 17 files:
move call to initializeAlgloopSolverVariables from initialize to constructor
This is to avoid a memory leak if initialize is called a second time. The generated code looks like:
// initializeAlgloopSolverVariabes -- moved from initializeMemory to constructor
_algloopVars = NULL;
// init alg loop vars in initializeMemory
if (_algloopVars)
delete [] _algloopVars;
_algloopVars = new double[dim];
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 5 files:
- Removed unnecessary case.
0 lines of code changed in 1 file:
cleanup of Policy Files for Bodas and VxWorks
250 lines of code changed in 10 files:
[Janitor mode] Fix whitespace
97 lines of code changed in 8 files:
[Janitor mode] Set auto-props
155 lines of code changed in 2 files:
FMI2 Cpp: separate initializeMemory from initializeFreeVariables to avoid memory leak in fmi2Reset and to speed it up
16 lines of code changed in 3 files:
-added files for vxWorks
291 lines of code changed in 6 files:
-added files for vxWorks
155 lines of code changed in 2 files:
changed function name for BODAS and VxWorks Factory function (cpp runtime)
15 lines of code changed in 1 file:
- attempt to fix OMEdit build
3 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
108 lines of code changed in 9 files:
optimize ArraySlice to avoid internal copy of a given index set (#3263)
53 lines of code changed in 1 file:
Fix typo
1 lines of code changed in 1 file:
- Handle lexer errors.
95 lines of code changed in 3 files:
#2831
- Add the user current directory in PATH before starting the simulation executable.
16 lines of code changed in 4 files:
commit 9a2fd4d8be8a6b4ef083dcc59428ba785a437991
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Apr 8 19:34:33 2015 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to a853567c85e74b6954712684c4a5c2b2bdf398d9.
* [https://github.com/lbl-srg/modelica-buildings/commit/a853567 a853567] Replaced 120 with 110 volt to be consistent
* [https://github.com/lbl-srg/modelica-buildings/commit/6174b0c 6174b0c] Corrected typo
* [https://github.com/lbl-srg/modelica-buildings/commit/0e17c9c 0e17c9c] Removed link to image for #326
* [https://github.com/lbl-srg/modelica-buildings/commit/f5a7221 f5a7221] Updated plots
* [https://github.com/lbl-srg/modelica-buildings/commit/0e7d2b8 0e7d2b8] Regenarated reference results without parallel computing
* [https://github.com/lbl-srg/modelica-buildings/commit/c87619d c87619d] Replaced three phases with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/2f8818e 2f8818e] Replaced three phases with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/91c35d7 91c35d7] Corrected grammar
* [https://github.com/lbl-srg/modelica-buildings/commit/89e387c 89e387c] Replaced AC-three phases with AC three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/b7f1f0a b7f1f0a] Replaced 1 phase with one-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/261d6e1 261d6e1] Replaced 3-phase with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/a4d19ea a4d19ea] Replaced 3 phase with three-phase
- https://github.com/lbl-srg/modelica-buildings.git branch release updated to a853567c85e74b6954712684c4a5c2b2bdf398d9.
* [https://github.com/lbl-srg/modelica-buildings/commit/a853567 a853567] Replaced 120 with 110 volt to be consistent
* [https://github.com/lbl-srg/modelica-buildings/commit/6174b0c 6174b0c] Corrected typo
* [https://github.com/lbl-srg/modelica-buildings/commit/0e17c9c 0e17c9c] Removed link to image for #326
* [https://github.com/lbl-srg/modelica-buildings/commit/f5a7221 f5a7221] Updated plots
* [https://github.com/lbl-srg/modelica-buildings/commit/0e7d2b8 0e7d2b8] Regenarated reference results without parallel computing
* [https://github.com/lbl-srg/modelica-buildings/commit/c87619d c87619d] Replaced three phases with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/2f8818e 2f8818e] Replaced three phases with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/91c35d7 91c35d7] Corrected grammar
* [https://github.com/lbl-srg/modelica-buildings/commit/89e387c 89e387c] Replaced AC-three phases with AC three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/b7f1f0a b7f1f0a] Replaced 1 phase with one-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/261d6e1 261d6e1] Replaced 3-phase with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/a4d19ea a4d19ea] Replaced 3 phase with three-phase
* [https://github.com/lbl-srg/modelica-buildings/commit/88321ad 88321ad] Renamed sensors for BS 2015 paper
* [https://github.com/lbl-srg/modelica-buildings/commit/6c6dec5 6c6dec5] Run ttws --clean Buildings
* [https://github.com/lbl-srg/modelica-buildings/commit/8f53ddd 8f53ddd] Run ttws --strip Buildings
- svn/MSL 3.2.1 has been updated to r8150.
* m:r8150 adapted icon colours of Electrical.QuasiStationary (trunk and maintenance)
- svn/MSL trunk has been updated to r8151.
* m:r8151 Added one more component
* m:r8150 adapted icon colours of Electrical.QuasiStationary (trunk and maintenance)
1 lines of code changed in 1 file:
make Cpp code using BOOST_FOREACH work with DynArrayDim1
The iterator things are taken over from StatArrayDim1. The second declaration of <%iterName%> with fixed type short is considered a bug.
18 lines of code changed in 2 files:
- Check and load dependent libraries for checkModel, checkAllModelsRecursive, instantiateModel, translateModel, translateModelFMU and translateModelXML.
11 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
27 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Moved the exception handling to OpenModelicaScriptingAPIQt.cpp. Just emit the signal with exception from there and show it in OMEdit.
104 lines of code changed in 3 files:
use ArraySlice for rhs expressions as well, replacing create_array_from_shape
114 lines of code changed in 2 files:
- Always check for error messages for translateModelFMU.
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1089 lines of code changed in 9 files:
- Reopen stderr in OMEdit to get the OMC console messages.
- Shows the stderr messages on MessagesWidget.
46 lines of code changed in 2 files:
replace unsigned int with size_t for sizes
There is an issue with Modelica Integer arrays used as index sets, because int typically truncates size_t -- but it truncates unsigned int as well.
60 lines of code changed in 2 files:
remove useless const's from *ArrayDim2, typo, some whitespaces
15 lines of code changed in 1 file:
add getDim method to arrays to avoid temporary vectors if just one size is wanted
105 lines of code changed in 3 files:
more const refs
25 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
990 lines of code changed in 9 files:
- Re-implement start & exit to handle Thread loop.
28 lines of code changed in 3 files:
commit 5ddb5e56343fe939efee24ddcb500e642d06af3c
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Apr 7 19:37:39 2015 +0200
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to 8b90090103355142f5d3cb449e20312e9c715960.
* [https://github.com/iea-annex60/modelica-annex60/commit/8b90090 8b90090] Merge pull request #213 from iea-annex60/issue212_ttws
* [https://github.com/iea-annex60/modelica-annex60/commit/778f81a 778f81a] Run ttws --clean Annex60 for #212
* [https://github.com/iea-annex60/modelica-annex60/commit/70fe571 70fe571] Run ttws --strip Annex60 for #212
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 88321addaa16ca45fa8610d25d848a26ed7126ba.
* [https://github.com/lbl-srg/modelica-buildings/commit/88321ad 88321ad] Renamed sensors for BS 2015 paper
- https://github.com/xogeny/ModelicaBook.git branch master updated to 1d021c6d8aa040d5a22efd042ed27df3735fd4b9.
* [https://github.com/xogeny/ModelicaBook/commit/1d021c6 1d021c6] Merge pull request #240 from xie-dongping/typo
* [https://github.com/xogeny/ModelicaBook/commit/93a35b7 93a35b7] Typo: `->`` for flanges
1 lines of code changed in 1 file:
add missing const qualifiers and pass indices by reference for to access operator
35 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
1143 lines of code changed in 9 files:
- Reopen stdout in OMEdit to get the OMC console messages.
- Shows the stdout messages on MessagesWidget.
102 lines of code changed in 5 files:
add support for SLICE expression
28 lines of code changed in 2 files:
added ifdef's for BODAS in RTEuler
3 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
61 lines of code changed in 7 files:
[Janitor mode] Set auto-props
418 lines of code changed in 7 files:
-added RTEuler
411 lines of code changed in 9 files:
symbolical QR-solver:
- improved handling for const exp
- added scaling
427 lines of code changed in 7 files:
added boost::algorithm::string to Modelica.h in cpp runtime
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 5 files:
[Janitor mode] Set auto-props
170 lines of code changed in 3 files:
added BodasFactory to cpp runtime
133 lines of code changed in 2 files:
-removed obsolete method setcycletime()
0 lines of code changed in 7 files:
- don't observe strictly singular systems during initialization (just for testing)
1 lines of code changed in 1 file:
added Policies in cpp runtime for BODAS
243 lines of code changed in 5 files:
[Janitor mode] Update OMEdit language files
288 lines of code changed in 9 files:
#3267
- Remember the last used directory.
6 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
symbolical QR-solver: improved handling of know-vars
389 lines of code changed in 7 files:
install new file ArraySlice.h (#3263)
7 lines of code changed in 1 file:
- blanks
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- added removedEquations to the DAE-TaskGraph
44 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 2 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
introduce ArraySlice to treat assignments to subarrays on the lhs (#3263)
272 lines of code changed in 3 files:
fix initialization of array output and implement assignment of a range to an array (#3263)
6 lines of code changed in 1 file:
- attempt to add -fPIC even if getconf LONG_BIT != 64 (as it seems to be on ARM)
13 lines of code changed in 1 file:
commit 5891f3b8a7b995659e16ef7a80a3c838e5a34a76
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Apr 5 19:32:51 2015 +0200
Bump libraries
- svn/MSL trunk has been updated to r8148.
* m:r8148 Code cleaning and improved documentation of rectifiers
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
revert changes to FMI1 again (r25397), because they are incomplete
3 lines of code changed in 1 file:
FMI2 Cpp: implement fmi2Reset function
- CodegenFMUCpp.tpl: need an own initialize() method that does all but evaluation of initial equations
- FMU2Wrapper.cpp: implement reset() method and adapt initialization
- FMUWrapper.cpp: adapt initialization (enabling override of free variables prior to initialization of bound variables)
15 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
separate initialization of free variables from initialization of bound variables
- CodegenCpp.tpl: split initialize method in a backwards compatible way
- FMU2Wrapper.cpp: exploit new initialize methods
- FMUWrapper.cpp: revert to before r25374, as FMI1 should not get new features
26 lines of code changed in 3 files:
commit bac31c619a45308a5a2f5d1f92611f645f513ae2
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Apr 4 19:36:35 2015 +0200
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 5fd64c02eba9244f8cbaa414103522eea9a8affa.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/5fd64c0 5fd64c0] solvent fractions for osmotic pressures for solutions with significant volume amount of impermeable particles (e.g. intracellular fluid)
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/c889e3a c889e3a] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/ceb8a72 ceb8a72] flow icons
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/a089675 a089675] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/61b5dc1 61b5dc1] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/d25ee2b d25ee2b] Merge branch 'master' of https://github.com/MarekMatejak/Physiolibrary
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/8fc602e 8fc602e] small changes
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
144 lines of code changed in 9 files:
[Janitor mode] Set auto-props
315 lines of code changed in 2 files:
- Added CEditor with basic C Syntax highlighter.
323 lines of code changed in 6 files:
[Janitor mode] Update OMEdit language files
4389 lines of code changed in 9 files:
- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.
408 lines of code changed in 19 files:
#3260
- Fixed duplication of Packages.
8 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
2471 lines of code changed in 9 files:
#3265
- Changed copy to duplicate.
41 lines of code changed in 7 files:
FMI2 Cpp: additional changes to remove writing of output file from FMU
5 lines of code changed in 3 files:
FMI2 Cpp: remove writing of output file from FMU
28 lines of code changed in 1 file:
FMI2 Cpp: upgrade initialization
55 lines of code changed in 3 files:
formattings
9 lines of code changed in 1 file:
fix r25379
2 lines of code changed in 1 file:
FMI2 Cpp: add rpath to solver libs
This is currently needed for FMUs with algebraic loops, because the solver libs are loaded dynamically at runtime (see also #3264).
2 lines of code changed in 1 file:
fix FMU solver names
The solver factories expect lower case letters. Use the default names of simulation executable (see OMCFactory::ReadSimulationParameter).
6 lines of code changed in 2 files:
commit a28bc60848587ad84abf8a96fdba0686fad476d6
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Apr 3 19:32:33 2015 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 6c6dec55134ab53bd737ec6a08ea47463669f13c.
* [https://github.com/lbl-srg/modelica-buildings/commit/6c6dec5 6c6dec5] Run ttws --clean Buildings
* [https://github.com/lbl-srg/modelica-buildings/commit/8f53ddd 8f53ddd] Run ttws --strip Buildings
* [https://github.com/lbl-srg/modelica-buildings/commit/d568365 d568365] Merged Annex60
* [https://github.com/lbl-srg/modelica-buildings/commit/42e360b 42e360b] Updated merge file
- https://github.com/modelica/ExternalMedia.git branch master updated to 1b77869b31dc3509defeccb1236db4b05d2f6f5b.
* [https://github.com/modelica/ExternalMedia/commit/1b77869 1b77869] Added note on Dymola 32 bit under Linux
- https://github.com/xogeny/ModelicaBook.git branch master updated to 31cedc9f2d14bd2599f7d38d5f967a6ddaa0b0c7.
* [https://github.com/xogeny/ModelicaBook/commit/31cedc9 31cedc9] Merge pull request #238 from mromanoni/patch-1
* [https://github.com/xogeny/ModelicaBook/commit/ef8ebf0 ef8ebf0] Update variables.rst
1 lines of code changed in 1 file:
More fixes to bug: #3261
- use '!' instead of '|' which could be used when overriding the regular expression from variableFilter
5 lines of code changed in 3 files:
Properly fix bug: #3261
- replace ',' with '|' when not inside arrays and then tokenize on '|'
- update test: testsuite/simulation/modelica/others/Bug3261.mos to test for -output and one dimensional array
45 lines of code changed in 5 files:
treat multiline doc strings (cf. r24891)
2 lines of code changed in 1 file:
fix initialization of dependent variables
3 lines of code changed in 2 files:
FMI2 Cpp: apply runtime license
72 lines of code changed in 4 files:
[Janitor mode] Update OMEdit language files
2581 lines of code changed in 9 files:
- More standardization of text editors.
- Better find/replace.
673 lines of code changed in 19 files:
Fix bug: #3261
- support parsing the variable names containing array indexes (which contains ",")
- added test: testsuite/simulation/modelica/others/Bug3261.mos
78 lines of code changed in 3 files:
commit 71f81a2fd493c0b641610abba62dedc6b207fb26
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Apr 2 19:33:27 2015 +0200
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to fc175886413e4f27d93bfd294ba321c0d1bbde74.
* [https://github.com/iea-annex60/modelica-annex60/commit/fc17588 fc17588] Merge pull request #211 from iea-annex60/issue210_state
* [https://github.com/iea-annex60/modelica-annex60/commit/b2c061e b2c061e] Fixed typo for #210
* [https://github.com/iea-annex60/modelica-annex60/commit/3c47bd5 3c47bd5] Merge pull request #205 from iea-annex60/issue204_weatherDataTSkyBla
* [https://github.com/iea-annex60/modelica-annex60/commit/28f9e05 28f9e05] Moved parameter declaration up
* [https://github.com/iea-annex60/modelica-annex60/commit/7afaa20 7afaa20] Conditionally removed computation of state_a and state_b
* [https://github.com/iea-annex60/modelica-annex60/commit/7d01164 7d01164] Added TSkyBla as optional parameter and input
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 667725677ae860f6fa7953e1fb0f41f29edbd098.
* [https://github.com/lbl-srg/modelica-buildings/commit/6677256 6677256] Reformatted file
* [https://github.com/lbl-srg/modelica-buildings/commit/3012bdc 3012bdc] Added missing parameter keyword
* [https://github.com/lbl-srg/modelica-buildings/commit/8f8ccd2 8f8ccd2] Corrected year
* [https://github.com/lbl-srg/modelica-buildings/commit/2968e4c 2968e4c] Merge pull request #407 from lbl-srg/issue388_state
* [https://github.com/lbl-srg/modelica-buildings/commit/4b444d7 4b444d7] Updated reference result with minor numerical changes
* [https://github.com/lbl-srg/modelica-buildings/commit/74d3249 74d3249] Corrected capitalization
* [https://github.com/lbl-srg/modelica-buildings/commit/7f5e136 7f5e136] Conditionally removed computation of state_a and state_b
* [https://github.com/lbl-srg/modelica-buildings/commit/ee3738a ee3738a] Moved parameter declaration up
* [https://github.com/lbl-srg/modelica-buildings/commit/2e4ef6a 2e4ef6a] Merge pull request #406 from lbl-srg/issue402_floRevStorTan
* [https://github.com/lbl-srg/modelica-buildings/commit/0b6ab8d 0b6ab8d] Cleaned up file
* [https://github.com/lbl-srg/modelica-buildings/commit/ca0eb50 ca0eb50] Merge branch 'master' into issue402_floRevStorTan
* [https://github.com/lbl-srg/modelica-buildings/commit/6790f71 6790f71] Merge pull request #403 from Mathadon/issue402_floRevStorTan
* [https://github.com/lbl-srg/modelica-buildings/commit/07e227f 07e227f] propagated allowFlowReversal and m_flow_small in storage tank models set mSenFac = 1 in storage tank
- https://github.com/xogeny/ModelicaBook.git branch master updated to 7909b1d8c645f636ed8831ca9edcb00c0b764255.
* [https://github.com/xogeny/ModelicaBook/commit/7909b1d 7909b1d] Merge pull request #237 from xie-dongping/master
* [https://github.com/xogeny/ModelicaBook/commit/57b74a0 57b74a0] Change the fonts in plots to Droid Sans Fallback
1 lines of code changed in 1 file:
fix #3251
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 3 files:
- adapt BackendDAEUtil.reduceEqSystem for symbolic jacobians and utilize it.
1958 lines of code changed in 10 files:
- fixed build
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- moved mixed array vars from SimCode to ModelInfo-SimVars
- cpp tests updated
116 lines of code changed in 21 files:
[Janitor mode] Update OMEdit language files
338 lines of code changed in 9 files:
- Use monospaced font as default for TextEditor.
- Use TextEditor instead of QPlainText when showing generated files.
15 lines of code changed in 3 files:
- Standardized a lot of functionality in editors.
- Made the BaseEditor an abstract class with indentation, commenting, key handling, context menu etc. as pure virtual functions.
394 lines of code changed in 17 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
FMI2 Cpp: resolve alias variables in new getters and setters
38 lines of code changed in 1 file:
commit ae448fea0d9e14ca76ee96927a5a9ababc588c41
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Apr 1 19:36:16 2015 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to e0fefdaebc817f5a228f42282444bc4ca6bc4e4b.
* [https://github.com/xogeny/ModelicaBook/commit/e0fefda e0fefda] #152: Slight adjustment of extent.
* [https://github.com/xogeny/ModelicaBook/commit/a299dc2 a299dc2] Leftover from #152: Found another inline image which is now replaced.
* [https://github.com/xogeny/ModelicaBook/commit/4b3e0ee 4b3e0ee] Merge pull request #236 from dietmarw/t152-fix-image-links
* [https://github.com/xogeny/ModelicaBook/commit/cf960e0 cf960e0] Avoid warning message when trying to create existing dirs.
* [https://github.com/xogeny/ModelicaBook/commit/f945aa8 f945aa8] Fixes #152 by replacing inline images by externally stored ones.
* [https://github.com/xogeny/ModelicaBook/commit/d4726b5 d4726b5] #235: Adapt setting `latex-show-urls` to new sphinx API
1 lines of code changed in 1 file:
fix memory leak in ModelicaSimulationError (#3256)
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
-fixed #3258: Missing AlgebraicModelJacobian::initializeColoredJacobianA()
13 lines of code changed in 1 file:
- expected output
2 lines of code changed in 1 file:
- addded proper ordering for metis scheduler
- added messages if parallel simulation isn't worth
166 lines of code changed in 14 files:
Some fixes to compile with parmodelica
32 lines of code changed in 5 files:
cosmetic changes to r25337 (#3253)
12 lines of code changed in 1 file:
- update tests due to fixes to bug: #3254
3 lines of code changed in 2 files:
- fix tests
1 lines of code changed in 1 file:
figaro changes
1 lines of code changed in 1 file: