updated test
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
24 lines of code changed in 4 files:
[Janitor mode] Set auto-props
5 lines of code changed in 5 files:
- rewrite DynamicOptimization parts in BackEnd
- create DynamicOptimization.mo
- mv some parts inside DynamicOptimization.mo
- added annotation marker for DynamicOptimization
- update tests for DynamicOptimization
2140 lines of code changed in 20 files:
commit db1e180561857745b2252a7600525d2f901aa34d
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Aug 31 19:02:55 2014 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to abbe909d13909382c265e612f026b658395b966a.
* [https://github.com/xogeny/ModelicaBook/commit/abbe909 abbe909] Built publish images of pubbook
* [https://github.com/xogeny/ModelicaBook/commit/f82fcef f82fcef] Added insertion of S3Flags
* [https://github.com/xogeny/ModelicaBook/commit/2e87dd7 2e87dd7] Adding command line flags
* [https://github.com/xogeny/ModelicaBook/commit/cbd6118 cbd6118] Added handling of keys
* [https://github.com/xogeny/ModelicaBook/commit/f728926 f728926] Added support for specifying a secret
* [https://github.com/xogeny/ModelicaBook/commit/4e9fde2 4e9fde2] Creating an image with Go installed
* [https://github.com/xogeny/ModelicaBook/commit/94641c7 94641c7] Setting up to use POST data and query parameters
* [https://github.com/xogeny/ModelicaBook/commit/0c642aa 0c642aa] Fixed a bug in directory handling
* [https://github.com/xogeny/ModelicaBook/commit/3a06a48 3a06a48] Working on container stuff
* [https://github.com/xogeny/ModelicaBook/commit/454ce6a 454ce6a] Added error output and fixed some issues with how git was working
* [https://github.com/xogeny/ModelicaBook/commit/63fa3cf 63fa3cf] Trying to collect common code and then add better diagnostics
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 2c9c17099f3c3f3bf8989f2428dfa7ecd9752f7e.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/2c9c170 2c9c170] new state utilities: loading state guess values new state utilities: change of resource directory start values for Chemical.Examples.Adair_Hemoglobin_MKM model revision of Chemical.Examples
1 lines of code changed in 1 file:
commit abdee99142092b4ac5843e445ac9a03bfcd7f060
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Aug 30 19:02:51 2014 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to e49feb9f7e5c934782324cbb7de4c01f7ec3246f.
* [https://github.com/lbl-srg/modelica-buildings/commit/e49feb9 e49feb9] Bugfix for #271
* [https://github.com/lbl-srg/modelica-buildings/commit/7c358f0 7c358f0] Bugfix for use of lambda_const
* [https://github.com/lbl-srg/modelica-buildings/commit/c62c0c9 c62c0c9] Added documentation.
* [https://github.com/lbl-srg/modelica-buildings/commit/ef001ef ef001ef] Corrected error in documentation.
- https://github.com/xogeny/ModelicaBook.git branch master updated to 9de3aea1df508823ee6ed67676f76fe679a0ec95.
* [https://github.com/xogeny/ModelicaBook/commit/9de3aea 9de3aea] I've got a server that can checkout, fetch and rebuild the book
* [https://github.com/xogeny/ModelicaBook/commit/36a91cb 36a91cb] Updated translation document
* [https://github.com/xogeny/ModelicaBook/commit/ec401d1 ec401d1] Reinstated a valid translation
* [https://github.com/xogeny/ModelicaBook/commit/3787e16 3787e16] Keep languages in some kind of canonical order so I don't miss one
* [https://github.com/xogeny/ModelicaBook/commit/fd730a7 fd730a7] Making sure .po files are all up to date with current text
* [https://github.com/xogeny/ModelicaBook/commit/ab2e965 ab2e965] Updates to Chinese .po files
* [https://github.com/xogeny/ModelicaBook/commit/1c0b9a2 1c0b9a2] Working through compilation issues with non-English languages
* [https://github.com/xogeny/ModelicaBook/commit/9a927aa 9a927aa] first batch of translation
* [https://github.com/xogeny/ModelicaBook/commit/aeab47a aeab47a] Looking good, but still testing
* [https://github.com/xogeny/ModelicaBook/commit/bf06e98 bf06e98] Added commands to build book
* [https://github.com/xogeny/ModelicaBook/commit/f71af9e f71af9e] Switching things to use Docker hub
* [https://github.com/xogeny/ModelicaBook/commit/8f88b03 8f88b03] Added web site targets for all languages
1 lines of code changed in 1 file:
commit a94a33c61985b4f457b2dfa716512fc07723e541
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 29 19:02:57 2014 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to c0a0b83960819653bf9286ace18e234f919cad6f.
* [https://github.com/xogeny/ModelicaBook/commit/c0a0b83 c0a0b83] Fixed some theme resources so they used relative paths
* [https://github.com/xogeny/ModelicaBook/commit/47f76bb 47f76bb] Modified Makefile so that the S3 bucket (and path within that bucket) can be specified
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
8 lines of code changed in 2 files:
changed A matrix for linear systems to static array in cpp runtime
4182 lines of code changed in 4 files:
- compile without optimizations for bootstrapping
- better handling of verification of if equations that do not "set" anything i.e. (x = y):
if cond
then reinit(v, 0); reinit(s, 1);
else reinit(v, 2); reinit(s, 3);
end if;
maybe we should also check if the same reinit variables are used in the if branches (no idea what the spec says).
unfortunately the back-end doesn't support yet reinit inside if equations in when clauses.
17 lines of code changed in 2 files:
commit 04b62bab4adc5863282ba20032bc64e83af68378
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Aug 28 19:04:18 2014 +0200
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 7988f82a37c291c1c31c0ce6b1b129c710d1e1c2.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/7988f82 7988f82] New type: MolarEnergy New: display unit "kcal/mol" Add Chemical: standard chemical enthalpy for Substance, Speciation Rename Chemical: variables in Chemical.Speciation Fix Chemical: ChemicalReaction equation with solventFraction
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
9 lines of code changed in 2 files:
[Janitor mode] Set auto-props
7 lines of code changed in 7 files:
Added state machine operators to front end
546 lines of code changed in 10 files:
- fix for clang
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- separated umfpack-include from cflags
149 lines of code changed in 6 files:
- oeprator() defined for SparseMatrix-type
10 lines of code changed in 1 file:
fix for precompiled header msvc build
35 lines of code changed in 5 files:
- excluded precompiled header just for msvc build
6 lines of code changed in 2 files:
- deactivated precompiled header temporarily to fix msvc-build
2 lines of code changed in 2 files:
commit cb203c1ab225cfe6d6d185b8e4ce895d397e893f
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Aug 27 19:03:03 2014 +0200
Bump libraries
- svn/MSL trunk has been updated to r7834.
* m:r7834 This uses a cleaner lookup for the local derivative function that shoudl work everywhere. Ticket #1559
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 7f3eec64356a592a05a4364bbbc473167d156202.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/7f3eec6 7f3eec6] link to conversion scripts of version 2.2
1 lines of code changed in 1 file:
corrected umfpack-clean target in Makefile.common
3 lines of code changed in 1 file:
allows to compile umfpack in 3rdParty and use it in cpp-runtime
only the LGPL version in 3rdParty is used
78 lines of code changed in 6 files:
- fixed realDiv mistake
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
8 lines of code changed in 1 file:
[Janitor mode] Set auto-props
9 lines of code changed in 9 files:
- removed the Include/Core - Folder from the Include-Path (this will break the CPP-Runtime on Windows with MSVC)
- moved some header-files from cpp/Core to cpp/Include/Core
- added experimental version of level-scheduler (levelfix) to HPCOM
2317 lines of code changed in 132 files:
Fix Expression.isConst to also work for function calls.
Changed most ExpressionSimplify routines to call isConstValue instead (since they try to do things like constant folding which fails for compound expressions anyway).
124 lines of code changed in 6 files:
- Build antlr3.
20 lines of code changed in 2 files:
- Fix case sensitive typos.
2 lines of code changed in 1 file:
- build antl3config.h for Makefile.common also.
- Define ANTLR64.
13 lines of code changed in 4 files:
- build antl3config.h if is not present
6 lines of code changed in 1 file:
- Fix build.
5 lines of code changed in 3 files:
- attempt to fix parallel compilation
0 lines of code changed in 2 files:
- Encoded ANTLR grammer in ANSI.
0 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
2 lines of code changed in 2 files:
- The openmodelica.org news rss feed link is changed.
1 lines of code changed in 1 file:
- Breakpoints can only be added to saved files.
- Updated the translation files.
51 lines of code changed in 10 files:
- Fix build.
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
9466 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
72 lines of code changed in 12 files:
[Janitor mode] Set auto-props
0 lines of code changed in 66 files:
- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.
2769 lines of code changed in 68 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Fix for #2789:
- Restructured modifier handling to provide better error messages.
598 lines of code changed in 31 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
updated and added new tests for the dyn. optimization
1529 lines of code changed in 7 files:
expected output
67 lines of code changed in 6 files:
[Janitor mode] Set auto-props
6 lines of code changed in 5 files:
-updated and added new tests for the dyn. optimization
765 lines of code changed in 23 files:
PDE extensin documentation
Euler equations
145 lines of code changed in 4 files:
expected output
39 lines of code changed in 19 files:
Remove outdated omcc
0 lines of code changed in 28 files:
- fixed Expression.isCrefListWithEqualIdents
9 lines of code changed in 1 file:
fix for add array function in cpp template
14 lines of code changed in 4 files:
#2791 Rewrite multiple iterators to nested reductions
94 lines of code changed in 4 files:
- Updated the algorithmic debugger instructions.
0 lines of code changed in 2 files:
added accidentally removed function in cpp template
1556 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
333 lines of code changed in 9 files:
- Handle the plot of two or more variables.
4 lines of code changed in 1 file:
-changed input parameter in division from std::string to const char*
3 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
18 lines of code changed in 2 files:
added append method to array class in cpp runtime.
1921 lines of code changed in 7 files:
-changed passing of structs from call by value to call by reference
1539 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 1 file:
-changed passing of structs from call by value to call by reference
14 lines of code changed in 1 file:
- Removed duplicated cref<->path functions in Static.
4 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Slight optimization of elaboration of EnumToInteger.
17 lines of code changed in 2 files:
- revert r21963 and change the test from #2788
34 lines of code changed in 4 files:
[Janitor mode] Set auto-props
39 lines of code changed in 2 files:
- add test for #2788
71 lines of code changed in 3 files:
- partially revert r21426 to fix #2788
20 lines of code changed in 2 files:
improved guarding for if-exp
31 lines of code changed in 1 file:
- hide sub-clock partitioning information by default
14025 lines of code changed in 15 files:
[Janitor mode] Fix whitespace
12 lines of code changed in 1 file:
- sub-clock partitioning (each equation gets assigned an sub-clock partition index)
14293 lines of code changed in 20 files:
Added linear system solver to sparse FMI, working on events
38224 lines of code changed in 2 files:
commit 8823fda4e42734c1f54b84fe51f4240d395a1fee
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 22 19:04:06 2014 +0200
Bump libraries
- svn/MSL 3.2.1 has been updated to r7833.
* m:r7833 refs #1556: fix lock/unlock of mutex/critical sections to assure data integrity of static variables (Binaries (ModelicaStandardLibrary.lib) are unchanged if not compiled as C++.)
- svn/MSL trunk has been updated to r7832.
* m:r7832 refs #1556: revert r7831
* m:r7831 refs #1556: fix lock/unlock of mutex/critical sections to assure data integrity of static variables (Binaries (ModelicaStandardLibrary.lib) are unchanged if not compiled as C++.)
* m:r7830 refs #1556: fix lock/unlock of mutex/critical sections to assure data integrity of static variables
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to cf04c1bba0c2b7a33bb468220c50d15cc2fb19a9.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/cf04c1b cf04c1b] switch to concentration defined by "amount of substance per volume of solution"
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to ee28e9b4ab1a9c8f91056ae8fba9e23f9921e775.
* [https://github.com/dzimmer/PlanarMechanics/commit/ee28e9b ee28e9b] Merge pull request #41 from tbeu/fix-dymola-checkbox
* [https://github.com/dzimmer/PlanarMechanics/commit/37d8be6 37d8be6] Merge pull request #40 from tbeu/fix-quot
* [https://github.com/dzimmer/PlanarMechanics/commit/5d98b2f 5d98b2f] Merge pull request #39 from tbeu/fix-animate-in-prismatic
* [https://github.com/dzimmer/PlanarMechanics/commit/b2e0a1b b2e0a1b] Replace __Dymola_checkBox
* [https://github.com/dzimmer/PlanarMechanics/commit/a2b996f a2b996f] Substitute " by "
* [https://github.com/dzimmer/PlanarMechanics/commit/c4b2f55 c4b2f55] Rename animation ro animate
1 lines of code changed in 1 file:
fixed #2787
5 lines of code changed in 1 file:
PDEModelica extension proposal update
444 lines of code changed in 3 files:
fixed pre sim in optimization
1 lines of code changed in 1 file:
Add PDF link as the paper was requested many times via email
1 lines of code changed in 1 file:
Add some more publications to the database
24 lines of code changed in 3 files:
Increase timeout limit for the four bit binary adder for the slow machines running the bootstrap tests
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Actual commit of stuff that should have been committed in r21937 (accidentally
only committed testsuite in that commit).
264 lines of code changed in 10 files:
- expected output
2 lines of code changed in 2 files:
Fix the elaborated result tuples sooner, so moving the last statement works
9 lines of code changed in 2 files:
Bump MSL
100 lines of code changed in 10 files:
[Janitor mode] Set auto-props
7 lines of code changed in 7 files:
Fixes for #2779:
- Restructured subscript elaboration to provide more helpful error messages.
- Added error checking for index out of bounds in connect.
- Fixed various cref typing issues and got rid of the +correctCrefTypes flag.
203 lines of code changed in 15 files:
Fix MatchCase8 and expected output
10 lines of code changed in 3 files:
Add error message for when SCodeUtil fails to translate an operator that uses class extends (which is lacks a valid legal use case and we thus lack a case for)
13 lines of code changed in 1 file:
commit a71e3c5e9b4e59cbb1c41d3fa8c4cde678f318ed
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Aug 20 19:02:57 2014 +0200
Bump libraries
- https://github.com/modelica-3rdparty/BrineProp.git branch master updated to f28ee64f50929c79159711cc2b4682b3f7f2773c.
* [https://github.com/modelica-3rdparty/BrineProp/commit/f28ee64 f28ee64] -fixed pedantic error messages -added cat-workarounds for OM -all examples check OK in OM -only pure water examples run
* [https://github.com/modelica-3rdparty/BrineProp/commit/d8ce021 d8ce021] Removed orphan files due to removal of underscores
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 18d712522239a6bf625e06516254b1277c0a8a05.
* [https://github.com/lbl-srg/modelica-buildings/commit/18d7125 18d7125] Made model work in OpenModelica.
- svn/MSL 3.2.1 has been updated to r7827.
* m:r7827 Fixed broken sentence in documentation listed in #1531
- svn/MSL trunk has been updated to r7828.
* m:r7828 Updated copyright information
* m:r7826 refs #1433: fix deadlock
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to acb179ea9af86b03650b9d68407f44412efa7878.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/acb179e acb179e] new: Chemical.Sources.UnlimitedSolutePumpOut new: spline factor extension with logarithm new: display unit "mmol/day" fix: conversion script from 0.4980 fix: SteadyState.Examples.Allosteric_Hemoglobin2_MWC fix: units from file 1 ng = 1e-12 kg increase non-release version to 2.1.2
1 lines of code changed in 1 file:
Started using elabExpInExpression instead of elabExp in many places (so functions returning multiple outputs work better)
Note: This interferes slightly with the MetaModelica type system (things RML did not handle; so no changes needed). The changes cause MetaModelica models using equations with tuples to fail (but that is okay; we do not use MetaModelica in models)
916 lines of code changed in 20 files:
- changed "#include <OMCFactory/...>" to "#include <SimCoreFactory/OMCFactory/...>"
21 lines of code changed in 20 files:
Do not test the broken 3.1 M_OLine test
0 lines of code changed in 1 file:
- changed "#include <Policies/...>" to "#include <SimCoreFactory/Policies/...>"
47 lines of code changed in 26 files:
- reverted the BouncingBall-test
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- changed USE_THREADS to USE_PARALLEL_OUTPUT, because otherwise the boost_thread library can not be used by HPCOM
- some updated for the hpcom testsuite
187 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- isCrefListWithEqualIdents - added to the expression-module, to check if a list of expressions uses the same cref-identifier
33 lines of code changed in 2 files:
-rml fix
3 lines of code changed in 1 file:
Fix configure script
0 lines of code changed in 1 file:
Remove obsolete files for bootstrapping
0 lines of code changed in 11 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
- all String are now exported into a CDATA-Field in GraphML
- improvement for level-scheduler added
- debug output of HpcOmMemory changed
- cleaned up the HpcOmTaskGraph-file
761 lines of code changed in 11 files:
commit 6709579735527993b986a3baff08ec6b2fa83c66
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Aug 19 19:02:56 2014 +0200
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to 386dd5de9a2e8c3dbb4184aacdba7e48083713f3.
* [https://github.com/iea-annex60/modelica-annex60/commit/386dd5d 386dd5d] Merge pull request #88 from iea-annex60/issue87_valves
* [https://github.com/iea-annex60/modelica-annex60/commit/fc691ea fc691ea] Merge pull request #86 from iea-annex60/issue46_docPressure
* [https://github.com/iea-annex60/modelica-annex60/commit/1ebc142 1ebc142] language correction to Fluid/package documentation
* [https://github.com/iea-annex60/modelica-annex60/commit/2e3fd7a 2e3fd7a] Changed value of min attribute of dpValve_nominal
* [https://github.com/iea-annex60/modelica-annex60/commit/1801ab7 1801ab7] Removed the end keyword
* [https://github.com/iea-annex60/modelica-annex60/commit/a83d7d7 a83d7d7] Added parameter keyword.
* [https://github.com/iea-annex60/modelica-annex60/commit/e12edcc e12edcc] Changed initial algorithm to initial equation
* [https://github.com/iea-annex60/modelica-annex60/commit/db40ebf db40ebf] Reformulated computation of k
* [https://github.com/iea-annex60/modelica-annex60/commit/99e26b4 99e26b4] Expanded documentation for #46
* [https://github.com/iea-annex60/modelica-annex60/commit/dfccb95 dfccb95] Expanded documentation for #46
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 486da4bd48703c70a817e3cfeb7866de53b226f1.
* [https://github.com/lbl-srg/modelica-buildings/commit/486da4b 486da4b] Improved documentation
* [https://github.com/lbl-srg/modelica-buildings/commit/ec939dc ec939dc] Added missing redeclare
- svn/MSL trunk has been updated to r7825.
* m:r7825 attempt to fix detection of HAVE_SNPRINTF, HAVE_VSNPRINTF, HAVE_C99_VSNPRINTF
* m:r7824 refs 1553: remove any reference of Modelica.Math.tempInterpol1 from MSL
* m:r7823 refs 1553: remove any reference of Modelica.Math.tempInterpol2 from MSL
- https://github.com/xogeny/ModelicaBook.git branch master updated to 07fec56c08b1d25813ebcc1fe003a422a21e22eb.
* [https://github.com/xogeny/ModelicaBook/commit/07fec56 07fec56] Merge pull request #203 from dietmarw/removeTeaser
* [https://github.com/xogeny/ModelicaBook/commit/657bc09 657bc09] Merge pull request #204 from dietmarw/cleanUpImageLocations
* [https://github.com/xogeny/ModelicaBook/commit/c77590e c77590e] Please don't tease the PDF version readers :-)
* [https://github.com/xogeny/ModelicaBook/commit/6d4b274 6d4b274] Adds some PDF metadata. Might get tweaked still.
* [https://github.com/xogeny/ModelicaBook/commit/028ff44 028ff44] Forgot to update one image reference.
* [https://github.com/xogeny/ModelicaBook/commit/a15a361 a15a361] Make sure the build dir exists before copying something there.
* [https://github.com/xogeny/ModelicaBook/commit/e0863ac e0863ac] Move all purely website related images under "images"
* [https://github.com/xogeny/ModelicaBook/commit/b2a20c4 b2a20c4] A referenced file no longer exist --> commented out.
* [https://github.com/xogeny/ModelicaBook/commit/79fe63d 79fe63d] Move all book-related images under "img"
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to ce3656a50772be7667a996389c865063d39eb857.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/ce3656a ce3656a] fix: "mol/l" from input file
1 lines of code changed in 1 file:
Use the file info from the binding when generating an error about type mismatch in the binding (since it is very hard to know where the binding is coming from compared to finding out the type of the declared component)
15 lines of code changed in 5 files:
added simplify rule
25 lines of code changed in 12 files:
added simplify rule
8 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
added solver rule
8 lines of code changed in 1 file:
added some simplify rules
3639 lines of code changed in 45 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
-changed declaration of temp strings
13 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
3090 lines of code changed in 9 files:
Skip compressing some unnecessary files in the tarball
1 lines of code changed in 2 files:
- fix omc-bootstrapped target for Windows MinGW (still some issues with un-tarring of sources)
7 lines of code changed in 2 files:
commit 6dd03bd1eef4d17e04ebb4e46e033eedc1d20c3b
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Aug 18 19:02:51 2014 +0200
Bump libraries
- svn/MSL trunk has been updated to r7822.
* m:r7822 refs #1433: Avoid potential memory leak
1 lines of code changed in 1 file:
- fixed build of ANALYZATION_MODE
7 lines of code changed in 4 files:
Add omc-bootstrapped target to omdev.mingw
6 lines of code changed in 1 file:
Added some tail recursion for the connection trie graph (moves some variables around in equations, and some equations too)
10616 lines of code changed in 129 files:
fix for some function calls in cpp template
1106 lines of code changed in 2 files:
commit bb5cca80212e937803a5837a6e42aaf40fee68f6
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Mon Aug 18 09:45:09 2014 +0200
Fixes for Python3
1 lines of code changed in 1 file:
- some changes in the measure_time functionality
- fixed stack overflow of MCP-Scheduler
30 lines of code changed in 4 files:
some fixes from static analysis
2 lines of code changed in 3 files:
Tail-recursive instArray2 for DIM_INTEGER (at the cost of moving some equations around)
2385 lines of code changed in 29 files:
Tail recursive getMemberOnTrue
29 lines of code changed in 1 file:
commit 294e3a41df440d3a19e2e9d12393545669c0ff53
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Aug 16 19:02:32 2014 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to b2308f17fc2dc3cde3020d2e5255e98bea5dfd53.
* [https://github.com/xogeny/ModelicaBook/commit/b2308f1 b2308f1] Merge pull request #162 from maltelenz/castfix
* [https://github.com/xogeny/ModelicaBook/commit/4406de3 4406de3] Add explicit casts to external C function to make example compile with stricter compiler flags.
1 lines of code changed in 1 file:
Fix some tail recursion
242 lines of code changed in 10 files:
commit 36d3271d437ec66a6a9bc1e09b51b10974df0ff2
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 15 19:02:37 2014 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to f1b06ad5e202ee34b422d96156b804914e6452ac.
* [https://github.com/xogeny/ModelicaBook/commit/f1b06ad f1b06ad] Updated translation guide
* [https://github.com/xogeny/ModelicaBook/commit/2601eb9 2601eb9] Added a few more explanations, as requested by @dietmarw
* [https://github.com/xogeny/ModelicaBook/commit/a156680 a156680] Added missing figure for one-dimensional heat transfer example
* [https://github.com/xogeny/ModelicaBook/commit/ce9f567 ce9f567] I think this is an old note, everything seems to be documented
* [https://github.com/xogeny/ModelicaBook/commit/291e1ac 291e1ac] Update to the CHANGELOG
* [https://github.com/xogeny/ModelicaBook/commit/92d11f2 92d11f2] I think (hope?) this nicely addresses the points raised in #135
* [https://github.com/xogeny/ModelicaBook/commit/0928815 0928815] Fixed discussion about linked dimensions and added an example
* [https://github.com/xogeny/ModelicaBook/commit/39f0a80 39f0a80] Updating Changelog for next version
* [https://github.com/xogeny/ModelicaBook/commit/b7548a3 b7548a3] Merge pull request #201 from tbeu/fix-cooling
* [https://github.com/xogeny/ModelicaBook/commit/01673c5 01673c5] Changed the wording slightly
* [https://github.com/xogeny/ModelicaBook/commit/de8ffe1 de8ffe1] Merge pull request #200 from tbeu/fix-events
* [https://github.com/xogeny/ModelicaBook/commit/7bee590 7bee590] Merge pull request #199 from tbeu/fix-parentheses
* [https://github.com/xogeny/ModelicaBook/commit/4340252 4340252] Merge pull request #196 from tbeu/avoid-colloquial-language
* [https://github.com/xogeny/ModelicaBook/commit/87de85f 87de85f] Merge pull request #202 from tbeu/improve-iti-logo
* [https://github.com/xogeny/ModelicaBook/commit/f9a3fad f9a3fad] Improve quality of ITI logo
- https://github.com/modelica/PowerSystems.git branch master updated to d42043955413b43f2cc539b25595ca6cf649b7f0.
* [https://github.com/modelica/PowerSystems/commit/d420439 d420439] reference external resources according to Modelica standard #2
* [https://github.com/modelica/PowerSystems/commit/a73c206 a73c206] reference external resources according to Modelica standard
* [https://github.com/modelica/PowerSystems/commit/fc13902 fc13902] fix references to Connections package
1 lines of code changed in 1 file:
Improve the error-messages for domain errors like `log(<0)` (make it part of the messages using the XML output)
463 lines of code changed in 17 files:
- fixed i386 compilation of RDTSC
24 lines of code changed in 1 file:
Bootstrapping fixes
54 lines of code changed in 2 files:
added flag for use threads in cpp runtime
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
78 lines of code changed in 3 files:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- added profiling-support to cpp-runtime
- fixed deadlock in hpcom-cpp simulation runs
5227 lines of code changed in 13 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
More work on the Sparse FMI back-end
543 lines of code changed in 2 files:
commit 2876826bd1dbb5b1fae032fd18eac2b9aee582bb
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Aug 14 19:04:02 2014 +0200
Bump libraries
- svn/MSL trunk has been updated to r7821.
* m:r7821 refs #1433: Avoid x64 compiler warnings
* m:r7820 refs #1433: Avoid access of uninitialized variable
1 lines of code changed in 1 file:
revert unfortunately check in cmake file
6 lines of code changed in 1 file:
fix for function signature with no arguments in cpp template
3419 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
7 lines of code changed in 1 file:
fix for function output type in cpp template.
3277 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
changed datatype in TextFileWriter and MatFileWriter of cpp runtime
3290 lines of code changed in 7 files:
-changed functions from call by value to call by reference
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
-exchanged some for loops with std:copy
12 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
-changed functions from call by value to call by reference
23 lines of code changed in 1 file:
-removed assign(0.0)
0 lines of code changed in 1 file:
commit 5b2d869157470cb0615cf5eb370829a3fb8787c2
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Aug 13 19:02:49 2014 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 07a9b07558a77fe9af3369f942d39d3bd5555693.
* [https://github.com/lbl-srg/modelica-buildings/commit/07a9b07 07a9b07] Merged Valves from Annex60
* [https://github.com/lbl-srg/modelica-buildings/commit/d0dd45a d0dd45a] Reformulated model.
* [https://github.com/lbl-srg/modelica-buildings/commit/5a602d2 5a602d2] Added missing each attribute.
- svn/MSL trunk has been updated to r7819.
* m:r7819 always use stdint types if availableThe discussion came up here: https://github.com/DLR-SR/Noise/pull/24. Unfortunately this introduces new compiler warnings with Open WATCOM compiler where int32_t is long and not int. Let's hope Chris (from Matio) will address this issue (see https://sourceforge.net/p/matio/patches/8).
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
15 lines of code changed in 2 files:
changed array type in function arguments to BaseArray in cpp template
3320 lines of code changed in 3 files:
- destructors of array-classes are now virtual
- hpcom cpp-codegeneration is now generating the new array classes
158 lines of code changed in 5 files:
- fixed state selection bug
87 lines of code changed in 2 files:
Expected output
1 lines of code changed in 1 file:
fix in stateselection getAMatrix in cpp template
2 lines of code changed in 2 files:
commit f46c7b18573cca40b64237378acd1a76357d3612
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Aug 12 19:02:44 2014 +0200
Bump libraries
- https://github.com/OpenModelica/modelica3d.git branch master updated to 4183b683c7d064ea8bc32f0f30a984e3cdb87e98.
* [https://github.com/OpenModelica/modelica3d/commit/4183b68 4183b68] Python needs some hints to return values as void* correctly - Also added some autodetection for OSX to find the libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to ae4b3a233e0cf560940fb6be27e9a4dc48e4ff41.
* [https://github.com/xogeny/ModelicaBook/commit/ae4b3a2 ae4b3a2] Merge pull request #198 from tbeu/fix-char
* [https://github.com/xogeny/ModelicaBook/commit/8979b49 8979b49] Remove ` character
* [https://github.com/xogeny/ModelicaBook/commit/fb3b929 fb3b929] Updated CHANGELOG.md
* [https://github.com/xogeny/ModelicaBook/commit/0e8800b 0e8800b] Merge pull request #194 from dietmarw/cleanupStructure
* [https://github.com/xogeny/ModelicaBook/commit/80a2434 80a2434] Better use BUILDDIR for the temporary file.
* [https://github.com/xogeny/ModelicaBook/commit/efcb719 efcb719] Switch to capital roman page numbers for the front matter.
* [https://github.com/xogeny/ModelicaBook/commit/9d23511 9d23511] Fix the hierarchy for the Front Matter in LaTeX
* [https://github.com/xogeny/ModelicaBook/commit/957a8a8 957a8a8] Corrects the page number so that Part I starts at page 1
* [https://github.com/xogeny/ModelicaBook/commit/7f14b37 7f14b37] This fixes the case-sensitive filename for epub
* [https://github.com/xogeny/ModelicaBook/commit/ce95866 ce95866] Fix the copyright year.
* [https://github.com/xogeny/ModelicaBook/commit/cec963d cec963d] Switching back from "book" class to "manual" fixes TOC issue
* [https://github.com/xogeny/ModelicaBook/commit/7cdcefa 7cdcefa] Fixes the start page in HTML again.
* [https://github.com/xogeny/ModelicaBook/commit/254528a 254528a] Fine tune the a4 settings
* [https://github.com/xogeny/ModelicaBook/commit/4bde97c 4bde97c] Clean up the hierarchy of sections and enable "parts"
* [https://github.com/xogeny/ModelicaBook/commit/420c6c3 420c6c3] Fixes #191 by adding a "a4paper" rule.
1 lines of code changed in 1 file:
-fix rml-build
1 lines of code changed in 1 file:
- rml-fix
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
29 lines of code changed in 4 files:
Bump libraries
1 lines of code changed in 1 file:
- fixed hpcom-cpp-runtime integration
- removed some spelling mistakes in CPP-Template
- some array unrolling improvements for hpcom
4957 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
temporary removed unused array classes
61 lines of code changed in 1 file:
some errors fixed
0 lines of code changed in 1 file:
commit 1c28fb094d6fd35b9968b24e4f2009bece8a3e44
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Aug 12 12:15:06 2014 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to bfd3add5b486469826038d27baa266f2210626fd.
* [https://github.com/lbl-srg/modelica-buildings/commit/bfd3add bfd3add] Fix for DryCoilDiscretized in OpenModelica.
* [https://github.com/lbl-srg/modelica-buildings/commit/ad9acc3 ad9acc3] Removed duplicate parameter declaration.
- svn/MSL trunk has been updated to r7818.
* m:r7818 refs #1550: update binaries
- https://github.com/xogeny/ModelicaBook.git branch master updated to a9a408fdd9aa1b55774851db83d3da5b127d4e8f.
* [https://github.com/xogeny/ModelicaBook/commit/a9a408f a9a408f] Merge pull request #193 from FND/camelcase
* [https://github.com/xogeny/ModelicaBook/commit/003c47c 003c47c] fixed spelling of JavaScript
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 68323eee37b7084898c3251a2b1ccc2cd0d39d06.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/68323ee 68323ee] scale of curves new: Icons.Torso new: Osmotic.Components.OsmolarityLevelSwitch fix: display units of hormones fix: scale of utilities display unit "osm/l" fix: Hydraulic.Components.Reabsorption
- https://github.com/joewa/open-bldc-modelica.git branch master updated to 082e43ae00e9da4a75e7f6d8fbb5fd238a6a848e.
* [https://github.com/joewa/open-bldc-modelica/commit/082e43a 082e43a] CatchStart offers two methods of KV measurement for usage in DetectCommutationIntBEMF or DetectCommutationZeroCrossing by user choice.
* [https://github.com/joewa/open-bldc-modelica/commit/c1941f7 c1941f7] Added icons for all packages.
* [https://github.com/joewa/open-bldc-modelica/commit/86803dc 86803dc] - Corrected wrong sign in voltage equation of PMSM.mo. - Sensorless commutation with back emf integration working. See Tests/Commutation/IntBEMF1.mo - Sensorless motor startup sequence implemented. See Tests/SensorlessMotorStart.mo - And some other things...
1 lines of code changed in 1 file:
commit db3c1d2e462312c58e5bf731944c5e4ba5a38b04
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Tue Aug 12 11:17:24 2014 +0200
Change to the upstream repository
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 2 files:
fixed jacobian index handling in optimization
46 lines of code changed in 4 files:
commit bbfb893c33e39834d8df788917ff39fc65768f7c
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Aug 11 19:02:54 2014 +0200
Bump libraries
- svn/MSL trunk has been updated to r7817.
* m:r7817 refs #1433: Add thread-safe call of dupenv_s in ModelicaInternal_getenv for VS2005
* m:r7816 refs #1433, #1550: fix compilation of gconstructor.h on MSVC 6.0
* m:r7815 refs #1433, #1550: fix compilation of uthash.h on Open WATCOM 1.3, LCC 2.4.1, Borland C/C++ (free command line tools) 5.5
- https://github.com/modelica-3rdparty/open-bldc-modelica.git branch master has FAILING head - latest is 86803dcd4312c2f38be8954506b58faaa83c670d
* [https://github.com/modelica-3rdparty/open-bldc-modelica/commit/86803dc 86803dc] - Corrected wrong sign in voltage equation of PMSM.mo. - Sensorless commutation with back emf integration working. See Tests/Commutation/IntBEMF1.mo - Sensorless motor startup sequence implemented. See Tests/SensorlessMotorStart.mo - And some other things...
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
fix for correct array variable names in simulation results file
2164 lines of code changed in 2 files:
some errors fixed
7 lines of code changed in 2 files:
commit 9dec4a942ee6014cc9b82692f1553dd2d7e2c7e0
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Aug 11 16:12:04 2014 +0200
Bump libraries
- svn/MSL trunk has been updated to r7814.
* m:r7814 revert #7604
* m:r7813 refs #1433: Rewrite file cachingIncrease cache size and make it thread-safe by usage of * uthash (https://github.com/troydhanson/uthash/blob/master/src/uthash.h) and * gconstructor (https://github.com/winlibs/glib/blob/master/glib/gconstructor.h)headers.Also many cosmetic changes (idents and line breaks) were added to make code more readable.Test case ModelicaTest.Utilities.Streams was extended to consider multiple open files.
- https://github.com/OpenModelica/modelica3d.git branch master updated to 7ab6337e8ba0c706664adb1e3530277599f8c601.
* [https://github.com/OpenModelica/modelica3d/commit/7ab6337 7ab6337] Fix modbus.h signatures (wrong function names, etc)
- https://github.com/xogeny/ModelicaBook.git branch master updated to 2ec6cb22bc32070a5b64ecf25841d54b146a5402.
* [https://github.com/xogeny/ModelicaBook/commit/2ec6cb2 2ec6cb2] Creating various stages images
* [https://github.com/xogeny/ModelicaBook/commit/bf97b41 bf97b41] Added a basic Go webhook handler
* [https://github.com/xogeny/ModelicaBook/commit/4a04f13 4a04f13] Initial webhook handler
* [https://github.com/xogeny/ModelicaBook/commit/c064e3a c064e3a] Setting container up to run embedded Go application
* [https://github.com/xogeny/ModelicaBook/commit/f4db3d4 f4db3d4] Changed the fonts a little
- https://github.com/modelica-3rdparty/open-bldc-modelica.git branch master has FAILING head - latest is 86803dcd4312c2f38be8954506b58faaa83c670d
* [https://github.com/modelica-3rdparty/open-bldc-modelica/commit/86803dc 86803dc] - Corrected wrong sign in voltage equation of PMSM.mo. - Sensorless commutation with back emf integration working. See Tests/Commutation/IntBEMF1.mo - Sensorless motor startup sequence implemented. See Tests/SensorlessMotorStart.mo - And some other things...
1 lines of code changed in 1 file:
fix in Array assign in cpp runtime
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
22 lines of code changed in 1 file:
added assign operator to DynArray class
71 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
fix for assign array from function return, adapted state selection for new array class
102 lines of code changed in 6 files:
commit b8caba19cc1843b2ef3d2f8d4e26ab2606c4b9bc
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Aug 10 19:02:33 2014 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 617f3289418a526239a1c07f433e4a1a461a5d49.
* [https://github.com/lbl-srg/modelica-buildings/commit/617f328 617f328] Accepted new reference results
* [https://github.com/lbl-srg/modelica-buildings/commit/6838ae5 6838ae5] Merged Annex60 library.
- https://github.com/xogeny/ModelicaBook.git branch master updated to 40ec4804739bb84b6eec15ca062c1b1282f297bc.
* [https://github.com/xogeny/ModelicaBook/commit/40ec480 40ec480] Updated translation status
* [https://github.com/xogeny/ModelicaBook/commit/8fbd296 8fbd296] Made some changes to address issue #15
* [https://github.com/xogeny/ModelicaBook/commit/43c0589 43c0589] Fixing something I overlooked in chapter 2
* [https://github.com/xogeny/ModelicaBook/commit/9e7da59 9e7da59] Creating a Dockerfile for a build container
* [https://github.com/xogeny/ModelicaBook/commit/4f22940 4f22940] Give credit to Lionel for helping to improve this section
* [https://github.com/xogeny/ModelicaBook/commit/5cee1cd 5cee1cd] Worked on making heat transfer formulations more consistent
* [https://github.com/xogeny/ModelicaBook/commit/e4bc357 e4bc357] Fixed changes for chapter 2 and 3
- https://github.com/modelica-3rdparty/open-bldc-modelica.git branch master has FAILING head - latest is 86803dcd4312c2f38be8954506b58faaa83c670d
* [https://github.com/modelica-3rdparty/open-bldc-modelica/commit/86803dc 86803dc] - Corrected wrong sign in voltage equation of PMSM.mo. - Sensorless commutation with back emf integration working. See Tests/Commutation/IntBEMF1.mo - Sensorless motor startup sequence implemented. See Tests/SensorlessMotorStart.mo - And some other things...
1 lines of code changed in 1 file:
commit e8439700733ad6deaa30227af977b6ea523b74af
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Aug 9 19:02:35 2014 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 0baf55441cf979765ac4146277c46ccf99815032.
* [https://github.com/lbl-srg/modelica-buildings/commit/0baf554 0baf554] Reverted last commit
- https://github.com/xogeny/ModelicaBook.git branch master updated to f927fa45f729fe86bea8a2fd3619732253a2a26c.
* [https://github.com/xogeny/ModelicaBook/commit/f927fa4 f927fa4] Got a good example of the impact of noEvent
* [https://github.com/xogeny/ModelicaBook/commit/0a0473c 0a0473c] Adding some discussion about events vs. performance
* [https://github.com/xogeny/ModelicaBook/commit/e21c489 e21c489] Adding a link to the Lato font
* [https://github.com/xogeny/ModelicaBook/commit/bf63099 bf63099] Adding some models to try and demonstrate the effect of noEvent
* [https://github.com/xogeny/ModelicaBook/commit/1b78b50 1b78b50] Added discussion of the smooth operator
* [https://github.com/xogeny/ModelicaBook/commit/491b0e3 491b0e3] Updated CHANGELOG and minor CSS fix
* [https://github.com/xogeny/ModelicaBook/commit/dd64f77 dd64f77] Added missing table
1 lines of code changed in 1 file:
commit 6b97e7891172ebbe7c24c7b8571a36e21a4528ee
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 8 19:02:41 2014 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to 9a158b339804c09cd825264d83b056ccb4056d1f.
* [https://github.com/xogeny/ModelicaBook/commit/9a158b3 9a158b3] Reordered todo
* [https://github.com/xogeny/ModelicaBook/commit/7cd770f 7cd770f] Removed all existing todo items in chapter 2
* [https://github.com/xogeny/ModelicaBook/commit/d568ccc d568ccc] Clarified one legend
* [https://github.com/xogeny/ModelicaBook/commit/bef83a7 bef83a7] Ooops, forgot to add these with last commit
* [https://github.com/xogeny/ModelicaBook/commit/a8dbe80 a8dbe80] Working through Chapter 2 issues
1 lines of code changed in 1 file:
Sparse FMI works for simple systems in state space form
365 lines of code changed in 2 files:
fix in Array.h getDims
5 lines of code changed in 1 file:
commit c94169972cde8eee24c7224a4903f2e683396e59
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 8 15:43:03 2014 +0200
Bump libraries
- svn/MSL trunk has been updated to r7812.
* m:r7812 refs #1550: fix memory leak
* m:r7811 refs #1550: add initialization of tableShare pointer
* m:r7808 #1549 Resolved error in heat transfer function for laminar flows in pipes under certain conditions.
* m:r7807 refs #1550: Use TABLE_SHARE by default
* m:r7806 refs #1550: Update license info and readme files
* m:r7805 Use TABLE_SHARE by default
* m:r7804 refs #1550: Rewrite table cachingReplace C++ implementation for shared table arrays by a pure C implementation by usage of * uthash (https://github.com/troydhanson/uthash/blob/master/src/uthash.h) and * gconstructor (https://github.com/winlibs/glib/blob/master/glib/gconstructor.h)headers. Introduce a new preprocessor define TABLE_SHARE to activate it.
1 lines of code changed in 1 file:
Fix cpp tests (unisgned int != size_t)
45 lines of code changed in 1 file:
expected output
22 lines of code changed in 8 files:
Fix template indentation
19 lines of code changed in 2 files:
Fix C++ compilation...
5 lines of code changed in 1 file:
Fix bootstrapping
3 lines of code changed in 1 file:
#2774 Add discrete keyword to the test in order to silence hudson. Revert this once omc works correctly again
4 lines of code changed in 1 file:
commit 55165dff215f669f3293298f5f2bb6696b7a260f
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Fri Aug 8 11:35:17 2014 +0200
Fix MSL trunk patch
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1117 lines of code changed in 2 files:
[Janitor mode] Set auto-props
1120 lines of code changed in 1 file:
Added new array class to cpp runtime. Changed arrays in cpp template.
7722 lines of code changed in 12 files:
commit e63f6c8a07af5c03e6cfd9e7b70dbb0e72871ffe
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 8 10:48:02 2014 +0200
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 4ce1281f8c1730585f2430d376dd4eabfc139ede.
* [https://github.com/lbl-srg/modelica-buildings/commit/4ce1281 4ce1281] Changed parameters of solids from public to protected.
* [https://github.com/lbl-srg/modelica-buildings/commit/9e394f9 9e394f9] Updated release notes.
- svn/MSL 3.2.1 has been updated to r7809.
* m:r7809 #1549 Resolved error in heat transfer function for laminar flows in pipes under certain conditions.
- svn/MSL trunk uses 7801 but 7808 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7808 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7808 #1549 Resolved error in heat transfer function for laminar flows in pipes under certain conditions.
* m:r7807 refs #1550: Use TABLE_SHARE by default
* m:r7806 refs #1550: Update license info and readme files
* m:r7805 Use TABLE_SHARE by default
* m:r7804 refs #1550: Rewrite table cachingReplace C++ implementation for shared table arrays by a pure C implementation by usage of * uthash (https://github.com/troydhanson/uthash/blob/master/src/uthash.h) and * gconstructor (https://github.com/winlibs/glib/blob/master/glib/gconstructor.h)headers. Introduce a new preprocessor define TABLE_SHARE to activate it.
1 lines of code changed in 1 file:
Fix for compiling modelica3d on OSX (force libstdc++ instead of the default libc++ since OSG is compiled against libstdc++)
10 lines of code changed in 2 files:
expected output
10 lines of code changed in 10 files:
[Janitor mode] Fix whitespace
24 lines of code changed in 2 files:
separated initialequations and getReal,setReal method in cpp template
3619 lines of code changed in 4 files:
[Janitor mode] Fix whitespace
11 lines of code changed in 1 file:
More work on SparseFMI
745 lines of code changed in 2 files:
commit b56540a0f00a3ca13a56efc3aa9fd20a2560fc37
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Aug 7 19:02:49 2014 +0200
Bump libraries
- svn/MSL trunk uses 7801 but 7807 is available. It FAILED to update using sh ./update-library.sh --omc "omc" --build-dir "build/" --intertrac "m:" --breaks "omlibrary-msl32,omlibrary-reference" --no-dependencies "ModelicaServices" --patchlevel "Complex:-om1,Modelica:-om1,ModelicaServices:-om1" --remove-files "Resources/Library" SVN "https://svn.modelica.org/projects/Modelica/trunk" 7807 "svn/MSL trunk" "Complex trunk" "Modelica trunk" "ModelicaReference trunk" "ModelicaServices trunk" "ModelicaTest trunk"
* m:r7807 refs #1550: Use TABLE_SHARE by default
* m:r7806 refs #1550: Update license info and readme files
* m:r7805 Use TABLE_SHARE by default
* m:r7804 refs #1550: Rewrite table cachingReplace C++ implementation for shared table arrays by a pure C implementation by usage of * uthash (https://github.com/troydhanson/uthash/blob/master/src/uthash.h) and * gconstructor (https://github.com/winlibs/glib/blob/master/glib/gconstructor.h)headers. Introduce a new preprocessor define TABLE_SHARE to activate it.
- https://github.com/xogeny/ModelicaBook.git branch master updated to 0afccd353b730adf9ee547f28dde9f02045c2b21.
* [https://github.com/xogeny/ModelicaBook/commit/0afccd3 0afccd3] Merge pull request #184 from dietmarw/fixTodo
* [https://github.com/xogeny/ModelicaBook/commit/caa0868 caa0868] Fixes syntax of a todo statement.
* [https://github.com/xogeny/ModelicaBook/commit/d57d2f9 d57d2f9] Merge pull request #179 from dietmarw/Resources
* [https://github.com/xogeny/ModelicaBook/commit/12464a5 12464a5] Merge pull request #183 from dietmarw/ConditionalTODO
* [https://github.com/xogeny/ModelicaBook/commit/f7e7e2f f7e7e2f] Fixes #181 by making TODO list appear ONLY if condition is true
* [https://github.com/xogeny/ModelicaBook/commit/b0f9851 b0f9851] Removes the indication that Resources is a Modelica Package
1 lines of code changed in 1 file:
Make dimensionsKnownAndEqual not fail if the inputs are DIM_UNKNOWN()
5 lines of code changed in 1 file:
expected output
694 lines of code changed in 36 files:
Allow DIM_EXP on both sides of a matrix multiplication
40 lines of code changed in 3 files:
fix for typo in SimCodeUtil.mo
1 lines of code changed in 1 file:
Allow DIM_EXP():=DIM_EXP() (do run-time checks since we cannot do everything at compile-time)
11 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
11 lines of code changed in 2 files:
removed some result output variables in cpp template
2603 lines of code changed in 4 files:
Report flattening errors in the coverage reports when there was an error instantiating the functions (previously, the function list would not be checked until the lowering phase)
3 lines of code changed in 2 files:
fix tests
4 lines of code changed in 2 files:
- listDelete is using zero-based indexing instead of one-based indexing as it should use. List.delete is added as a workaround.
- for now, List.delete should be used instead of listDelete
- I will push my fix to listDelete as soon as the rml stuff is gone
38 lines of code changed in 8 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 1 file:
Modified Tarjan Matching a bit
128 lines of code changed in 5 files:
Some documentation
6 lines of code changed in 1 file:
commit 5a88e04715d6f542a34eeaa60fe86dec2f98179f
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Aug 6 19:03:08 2014 +0200
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to 3a1eb5288f808356cec91837ff03706b0d1949e9.
* [https://github.com/iea-annex60/modelica-annex60/commit/3a1eb52 3a1eb52] Merge pull request #85 from iea-annex60/issue84_documentation
* [https://github.com/iea-annex60/modelica-annex60/commit/af90656 af90656] Corrected documentation for #84.
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 7946160720180ecfa0a735d00dc24ab752d69e04.
* [https://github.com/lbl-srg/modelica-buildings/commit/7946160 7946160] Merge pull request #265 from lbl-srg/Annex60Sync
* [https://github.com/lbl-srg/modelica-buildings/commit/64b4ed5 64b4ed5] Updated reference results
* [https://github.com/lbl-srg/modelica-buildings/commit/e3c4582 e3c4582] Merge branch 'master' into Annex60Sync
* [https://github.com/lbl-srg/modelica-buildings/commit/a69f3f1 a69f3f1] Fixed documentation error for #267.
* [https://github.com/lbl-srg/modelica-buildings/commit/8a79376 8a79376] Updated medium model for #265
* [https://github.com/lbl-srg/modelica-buildings/commit/5c32c66 5c32c66] Merged Annex 60
* [https://github.com/lbl-srg/modelica-buildings/commit/3cf3e65 3cf3e65] Merged Annex60
* [https://github.com/lbl-srg/modelica-buildings/commit/9f9d00b 9f9d00b] Merged Annex60 library.
- svn/MSL 3.2.1 has been updated to r7803.
* m:r7803 #1549 Resolved error in heat transfer function for laminar flows in pipes under certain conditions.
- svn/MSL trunk has been updated to r7801.
* m:r7801 #1549 Resolved error in heat transfer function for laminar flows in pipes under certain conditions.
- https://github.com/xogeny/ModelicaBook.git branch master updated to 31cf53035fbf6f3b948861325972d188b7e67202.
* [https://github.com/xogeny/ModelicaBook/commit/31cf530 31cf530] Merge pull request #180 from dietmarw/syntaxFixes
* [https://github.com/xogeny/ModelicaBook/commit/98c0e89 98c0e89] Adds missing colon to activate "todo" again.
* [https://github.com/xogeny/ModelicaBook/commit/5999165 5999165] Adds missing header indicator
* [https://github.com/xogeny/ModelicaBook/commit/61b0f74 61b0f74] Removes an unnecessary "tick".
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to df37af152485242af40bff87d9dde1406bea9479.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/df37af1 df37af1] Renin conversions: 11.2 GU/uIU (wikipedia) and 0.6 ug/IU (Simon at al, 1992), 48kDa
1 lines of code changed in 1 file:
Add tests for r21785
26 lines of code changed in 2 files:
Add scripting function stringVariableName
Also made it possible to do things like `val(stringVariableName("b"),...)` or `v:=stringVariableName("b");val(v,...);`
112 lines of code changed in 12 files:
- BackendEquation.mo
- remove obsolete code, fix typos and comments, fix bugs (even if they did not appear yet)
200 lines of code changed in 13 files:
fixed some issues with optimization:
- jac handling
- memory
- output
159 lines of code changed in 8 files:
- fix rml compilation
3 lines of code changed in 1 file:
#2748 Fix rpath for OMOptim
2 lines of code changed in 2 files:
#2757 Fix the types set when simplifying reductions
12 lines of code changed in 3 files:
- review BackendEquation.mo
1300 lines of code changed in 2 files:
- replaced HpcOmTaskGraph.transposeTaskGraph with BackendDAEUtil.transposeMatrix
8 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
r21745 changed f2c.h with no comment why. Reverting this change.
24 lines of code changed in 1 file:
added rule x/(r*y) => (1/r)*x/y
177 lines of code changed in 15 files:
#2772 Do not exit the master thread when unloading FMU's. Cancel the worker threads in thread objects instead.
23 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
added rules:
- a*x*b + c*x = x*(a*b + c)
- a*x + b*x*c = x*(a + b*c)
67 lines of code changed in 12 files:
- added missing dll copy commands for msvc cpp-build
4 lines of code changed in 1 file:
- hpcom tests included into cpp-runtime tests
3 lines of code changed in 1 file:
swapped args in hasOnlyFactors
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- added rule for a*x*c + d*x*e => x*(a*c + d*e)
77 lines of code changed in 16 files:
- fixed Susan Indent level
11 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
14 lines of code changed in 1 file:
More work on the sparse FMI generator
484 lines of code changed in 2 files:
commit 0db6342a7ce1ff1c2efeb9bdcb3260d8756c4bf2
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Aug 5 19:03:16 2014 +0200
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 78ac2c42c8703faba5512b4ae23bcc8cb48736af.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/78ac2c4 78ac2c4] new nonSI unit: IU for ADH with conversion from Coleman new nonSI unit: GU for Renin activity with assumption, that normal plasma Renin is 2 GU/ml = 16 pg/ml and molar mass is 48kDa
1 lines of code changed in 1 file:
- remove BackendEquation.equationNth0 since it is deprecated (equationNth1 can be used instead)
32 lines of code changed in 2 files:
Fix last commit (ModelicaReference does not need to be loaded)
0 lines of code changed in 1 file:
When generating documentation, also add a case-insensitive .zip for Windows systems
58 lines of code changed in 1 file:
- fix r21757
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 2 files:
- don't use zero-based indexing for (equation) arrays
206 lines of code changed in 16 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
fixed r21754
2 lines of code changed in 1 file:
- added some rules in ExpressionSolve
58 lines of code changed in 1 file:
- improved some rules in ExpressionSolve
11 lines of code changed in 2 files:
- fix initialization of fmi example
196 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- added rule for simplify if
10 lines of code changed in 1 file:
- revise some functions
62 lines of code changed in 2 files:
Fix bootstrapping (broken by r21745)
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
114 lines of code changed in 2 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Added start of a sparse FMI generator for creating QSS compatible FMIs
5257 lines of code changed in 7 files:
commit 600e4ed9bb8a383e5893dae7f128d9f332653ecd
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Aug 4 19:02:54 2014 +0200
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to b2d07384556b955d52de51aa2bf18d4b75ab7716.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/b2d0738 b2d0738] new icon type: Icons.Nephron new type: Types.Position (because Modelica.SIunits.Height can not be negative)
1 lines of code changed in 1 file:
#2768 Instantiate partial functions in the normal way when running checkModel
2 lines of code changed in 1 file:
- update for msvc hpcom code generation
21 lines of code changed in 2 files:
#2769 Traverse the function body of used partially evaluated functions when looking for unused functions...
3 lines of code changed in 1 file:
#2770 Handle vectorization of function calls with unknown array dimensions better
448 lines of code changed in 10 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 2 files:
- hpcom msvc support added
- debug output for hpcomMemory included to find array unrolling issues
196 lines of code changed in 3 files:
Improve message for mismatching array dimensions
39 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
another buffer optimization in MatfileWriter.h
20 lines of code changed in 1 file:
Typo
1 lines of code changed in 1 file:
commit b6888bdd4b18de2f7288d20b8403577820b0b1c4
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Mon Aug 4 10:46:20 2014 +0200
Add new repositories
1 lines of code changed in 1 file:
Some refactoring
8 lines of code changed in 1 file:
commit 8780e6abfcea1b6633e2f4b599d9a9b68e4f578a
Author: Martin Sj?lund <martin.sjolund@liu.se>
Date: Mon Aug 4 09:43:38 2014 +0200
Add new libraries
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
4 lines of code changed in 4 files:
- hpcom-cpp-tests added
192 lines of code changed in 5 files:
- fixed bootstrapper
4 lines of code changed in 1 file:
added some solver rules
19 lines of code changed in 1 file:
commit da24eb528daf17bfe8c807d93eee9cf8ff9b439c
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Aug 2 19:02:36 2014 +0200
Bump libraries
- https://github.com/xogeny/ModelicaBook.git branch master updated to cf4b2e3c0b8df135dd910d9140f7df5c9b29cc07.
* [https://github.com/xogeny/ModelicaBook/commit/cf4b2e3 cf4b2e3] Tiny fix to code formatting
* [https://github.com/xogeny/ModelicaBook/commit/e215612 e215612] Added a Current Status header to the TRANSLATION.md file
* [https://github.com/xogeny/ModelicaBook/commit/c46e086 c46e086] Got rid of an old todo item
* [https://github.com/xogeny/ModelicaBook/commit/4c0e179 4c0e179] Got rid of a todo item because it already has a GitHub issue open about it (#131)
* [https://github.com/xogeny/ModelicaBook/commit/20b4019 20b4019] Updates to Spanish translation files
* [https://github.com/xogeny/ModelicaBook/commit/ee844c3 ee844c3] Trying to keep the Changelog up to date
* [https://github.com/xogeny/ModelicaBook/commit/86cd782 86cd782] Merge pull request #176 from sulopezperez/master
* [https://github.com/xogeny/ModelicaBook/commit/96fc3e8 96fc3e8] Add description of record constructors
* [https://github.com/xogeny/ModelicaBook/commit/1148087 1148087] Took care of a todo item by adding a hierarchical list to help explain annotation structure
* [https://github.com/xogeny/ModelicaBook/commit/aa1fd7c aa1fd7c] Include discussion of the fixed attribute
* [https://github.com/xogeny/ModelicaBook/commit/8008b8f 8008b8f] Addresses an issue raised in #79
* [https://github.com/xogeny/ModelicaBook/commit/1358f5f 1358f5f] Use one-dimensional consistently
* [https://github.com/xogeny/ModelicaBook/commit/4c4e217 4c4e217] Changes all occurences of steady-state to steady state as per #84
* [https://github.com/xogeny/ModelicaBook/commit/08daf9b 08daf9b] Made references to Newton's law consistent with references to Ohm's law
* [https://github.com/xogeny/ModelicaBook/commit/7bb8d25 7bb8d25] Changed some minor punctuation
1 lines of code changed in 1 file:
added solver rule for power
17 lines of code changed in 1 file:
- solver rule for power
9 lines of code changed in 1 file:
- break redundant calculations
8 lines of code changed in 1 file:
- cleanup and simplification
- generate more efficient data structures
- setupVarReplacements (former equationsReplaceEquations) is now only traversing marked components instead of all of them
- function compsMarker
- ... generates now also a list with all indices of the marked equations
- ... will be revised completely in one of the next revisions
84 lines of code changed in 2 files:
commit 17f47bddb46365e6a4cd7e4ae3eeabcb0293d6dc
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Aug 1 19:02:51 2014 +0200
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 1c7234e09dab2a2828c986bb061278e933bcf95a.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/1c7234e 1c7234e] new non-SI units: U_insulin, U_EPO new types: Velocity, Power fix: reading file with non-SI units (Types.FileUtilities) rename: Types.FileUtilities.UnitDerivations to Types.Utilities.UnitConversions
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
21 lines of code changed in 1 file:
disabled write parameter vars for csv in cpp template
3735 lines of code changed in 2 files:
- avoid unnecessary recursions
- avoid array to list conversions and vice versa
82 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- fix for hpcom: the hpcomMemory logic is now fully disabled if the hpcomMemoryOpt-Flag is not set
- hpcom execstats slightly changed
1394 lines of code changed in 5 files:
- fix for NOTFOUND - Bug if boost log is not installed
7 lines of code changed in 2 files:
fixed r21710 (atan2)
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- fixes from static analysis
- uncomment diff(atan2(y,0)) rule
15 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- merged revision(s) r21547-r21703 from branches/initialization/
- completely new initialization approach for under-determined, over-determined and simultaneously under- and over-determined systems
- symbolic consistency check for over-determined (sub-)systems
1463 lines of code changed in 43 files:
[Janitor mode] Fix whitespace
19 lines of code changed in 2 files:
removed unnecessary initialization in cpp template.
3822 lines of code changed in 12 files: