[Janitor mode] Update OMEdit language files
81 lines of code changed in 9 files:
- Show the proper color for simulation output in formatted text mode.
21 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
90 lines of code changed in 9 files:
- Display the simulation output parser error.
21 lines of code changed in 4 files:
commit cdb59827a71b7e1d1d68686b4978daca7501c44d
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Nov 29 19:03:29 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/IdealizedContact.git branch master updated to ac88b32c30b972f3e2a4dc10f1a5218eec6e9d22.
* [https://github.com/modelica-3rdparty/IdealizedContact/commit/ac88b32 ac88b32] approximation of Stribeck curve
- svn/ThermoPower has been updated to r299.
* r299 Added comment
* r298 Added fluid temperature and enthalpy vectors for display purposes in Gas.Flow1DFV
1 lines of code changed in 1 file:
Create real fake files
6 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
117 lines of code changed in 9 files:
[Janitor mode] Set auto-props
297 lines of code changed in 1 file:
- Fixed some re-simulate scenarios.
- Separated the SimulationOptions from SimulationDialog.
413 lines of code changed in 9 files:
[Janitor mode] Update OMEdit language files
18 lines of code changed in 9 files:
- qRegisterMetaType StringHandler::SimulationMessageType for SimulationProcessThread.
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
5812 lines of code changed in 9 files:
[Janitor mode] Set auto-props
505 lines of code changed in 2 files:
#2540, #2778
+ Added a new tree like structure for simulation output. The old text based also exists. The user can switch between them via Options->Simulation->Output.
+ Added a incremental xml reader for simulation output.
+ Fixed the display of multi line messages. Now uses the word wrap at word boundaries. The text is also automatically wrapped when the item is resized.
+ Rewrite the Messages Browse to use model/view architecture. Is required to successfully utilize the word wrap feature for error messages.
1760 lines of code changed in 32 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
ExpressionSimplify:
- improved log and exp rules
- exp(e*log(x)) -> exp(...*log(x)*...)
- log(1/x) -> -log(x)
log(sqrt(x)) -> 1/2*log(x)
76 lines of code changed in 7 files:
some fixes from static analysis
adapted test case
1 lines of code changed in 2 files:
added more debug information on nonlinear systems
5 lines of code changed in 1 file:
- fixed profiling in cpp runtime on windows machines
6 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
ExpressionSimplify.simplify: simplify check for Expression.operatorEqual(a,b) or Expression.operatorEqual(c,d)
70 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- fix partlintornsystem for Asub expressions
23 lines of code changed in 2 files:
commit fafef9ee0c5d7f2c81929e14d4871d2fb9309232
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Nov 27 19:04:14 2014 +0100
Bump libraries
- svn/MSL trunk has been updated to r7914.
* m:r7914 included Electrical.PowerConverters (fixes #1416)
- svn/ThermoPower has been updated to r297.
* r297 Added heat capacity parameters to wall and tube thermal models
1 lines of code changed in 1 file:
update some cases for createResidualExp2
11 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Update of homotopy solver:
- improved assert handling
- improved numerical jacobian
- introduced mixed solver strategy (homotopy/hybrid)
- removed unused code
- added better damping strategy
- reduced function calls -> performance increase
- update test suite
829 lines of code changed in 23 files:
- fix partlintornsystem for linear systems that have to be solved numerically (contain function calls with x as inputs)
7 lines of code changed in 1 file:
- fix partlintornsystem if there are scalar array exps that hide inside cref exps
16 lines of code changed in 1 file:
- change sum for residual (order)
- activated simplify in moveDivToMul
30 lines of code changed in 3 files:
Remove quotation marks
1 lines of code changed in 1 file:
- more proper clean
13 lines of code changed in 2 files:
- more proper clean
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Updates to the sparse FMI generator
116 lines of code changed in 2 files:
commit 9b61bc38acee72d8306e0c5589b425e9dfd825d6
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Nov 26 19:03:56 2014 +0100
Bump libraries
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to e25c36faf37703b115f9633cd692e9f57d63b663.
* [https://github.com/dzimmer/PlanarMechanics/commit/e25c36f e25c36f] Merge pull request #60 from fvanderlinden/master
* [https://github.com/dzimmer/PlanarMechanics/commit/39f693c 39f693c] Merge branch 'master' of https://github.com/fvanderlinden/PlanarMechanics
* [https://github.com/dzimmer/PlanarMechanics/commit/72e6aef 72e6aef] Fixed some usability issues to comments of otter
* [https://github.com/dzimmer/PlanarMechanics/commit/6f41cee 6f41cee] Merge pull request #1 from dzimmer/master
* [https://github.com/dzimmer/PlanarMechanics/commit/254e065 254e065] Merge branch 'master' of https://github.com/dzimmer/PlanarMechanics
* [https://github.com/dzimmer/PlanarMechanics/commit/f8975e1 f8975e1] Something wants to be comitted?!
* [https://github.com/dzimmer/PlanarMechanics/commit/f1436c6 f1436c6] Something changed and wants to be committed.
1 lines of code changed in 1 file:
- Allow enum variables in metarecords.
16 lines of code changed in 1 file:
Mark some more allocation uncollectable
16 lines of code changed in 1 file:
- fix partlintornsystem if states are involved
19 lines of code changed in 1 file:
Change daeExpSconst to use MMC string literals (since we do not optimize away all literals in simulation context)
21 lines of code changed in 2 files:
- update test
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 3 files:
fix for 3d array in cpp runtime, added stop method to solver interface,
94 lines of code changed in 14 files:
Fix bug #2980
- use GC_malloc_uncollectable to signal that the arrays of strings are roots
- added test gc2980.mos
41 lines of code changed in 8 files:
- extended decomposition of equation systems by Cramer Rule
332 lines of code changed in 1 file:
- partial fix for bug #2980 (the model given in the ticket works but the last model in the comments does not yet)
- use malloc_atomic instead of malloc_string as use use modelica_string now
- typedef m_string as modelica_string
- use *malloc instead of *malloc_atomic in some more places
- add test gc.mos
205 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- fixed ExressionSolve.solve: remove wrong case for cosh
- improved Expression.createResidualExp2: clean up cases, try to simplify more than once
95 lines of code changed in 3 files:
commit c1bf85a269ac42e963d8d92ac1d9b2df5693a43b
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Nov 25 19:04:28 2014 +0100
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to 60eca5a1480c2abf17d49b2bb9315e2c3e186340.
* [https://github.com/iea-annex60/modelica-annex60/commit/60eca5a 60eca5a] Merge branch 'carlesRT-issue135_fraRad'
* [https://github.com/iea-annex60/modelica-annex60/commit/550872d 550872d] Corrected documentation for #137 and corrected punctuation.
* [https://github.com/iea-annex60/modelica-annex60/commit/ea15455 ea15455] Merge branch 'issue135_fraRad' of https://github.com/carlesRT/modelica-annex60 into carlesRT-issue135_fraRad
* [https://github.com/iea-annex60/modelica-annex60/commit/c138691 c138691] Correction/Extension of the changes explanation in revision section
* [https://github.com/iea-annex60/modelica-annex60/commit/c8052a6 c8052a6] Add corrections related to issue #137
* [https://github.com/iea-annex60/modelica-annex60/commit/f5bbad0 f5bbad0] Adding revision to RadiatorEN442_2
* [https://github.com/iea-annex60/modelica-annex60/commit/138959d 138959d] Merge branch 'master' into issue116_Pedantic
* [https://github.com/iea-annex60/modelica-annex60/commit/7ce6a60 7ce6a60] Changes in RadiatorEN442_2 model. fraRad this is for #135
* [https://github.com/iea-annex60/modelica-annex60/commit/05d6312 05d6312] Merge pull request #118 from thorade/issue116_Pedantic
* [https://github.com/iea-annex60/modelica-annex60/commit/3efc909 3efc909] move parantheses to correct place, still getting but at least with meaningful error message
* [https://github.com/iea-annex60/modelica-annex60/commit/ad88e95 ad88e95] more annotation fixes
* [https://github.com/iea-annex60/modelica-annex60/commit/b9a35dc b9a35dc] remove broken Icon annotation
* [https://github.com/iea-annex60/modelica-annex60/commit/17b535b 17b535b] Fluid/Movers/BaseClasses remove mutliple smoothOrder
* [https://github.com/iea-annex60/modelica-annex60/commit/4dbdfd9 4dbdfd9] annotations in Utilities,
- https://github.com/modelica-3rdparty/IdealizedContact.git branch master updated to 6a6edf50f025b18da6081a8ba56faef243a9c93e.
* [https://github.com/modelica-3rdparty/IdealizedContact/commit/6a6edf5 6a6edf5] link to new release
- svn/ThermoPower has been updated to r296.
* r296 Undid wrong change
* r295 Added local wnom_ht parameters to flow-dependent heat transfer models for improved modularity
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
Small fix for memory issues in CVode
7 lines of code changed in 1 file:
- update help text
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1429 lines of code changed in 9 files:
- Removed references of unused class SimulationBrowserWidget.
- Removed the context menu while creating connection.
2 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 2 files:
improved ExpressionSolve.solve:
- added more cases like
- sqrt(x) - sqrt(f(x)) = 0
- improved case 1/(x) + 1/(x+1) = 0
200 lines of code changed in 4 files:
- use GC_malloc instead of GC_malloc_atomic as WE DO HAVE POINTERS in the string arrays
- fix typo
11 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
3 lines of code changed in 3 files:
- support 7.2 gc version too (which does not have GC profile stats)
18 lines of code changed in 1 file:
Added new nonlinear solver based on damped Newton algorithm in combination with homotopy strategy.
Set as default nonlinear solver for running the coverage tests tonight.
Already support of current testsuite, although some details are not implemented completely:
- Proper assert handling
- Use of Modelica homotopy operator
- Improved scaling of homotopy functions
- ...
Improvements will come!!!
2280 lines of code changed in 34 files:
[Janitor mode] Update OMEdit language files
18 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Fix build.
2 lines of code changed in 1 file:
- Some cleanup of Interactive.evaluateGraphicalApi.
506 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 2 files:
- moved sorting of hpcom sim equations to the HpcOmSimCodeMain-module
- fixed memory optimization for fixed level scheduler
74 lines of code changed in 3 files:
- Use availableGeometry instead of screenGeometry.
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
640 lines of code changed in 9 files:
[Janitor mode] Set auto-props
948 lines of code changed in 4 files:
- Missing files from last commit.
- Compiler flags should be disabled when re-simulating.
934 lines of code changed in 5 files:
[Janitor mode] Update OMEdit language files
4265 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
39 lines of code changed in 2 files:
- Compilation and simulation is done in a separate thread now. So parallel simulation is possible.
#2844
- the simulation output window is not modal anymore.
#2596
- Re-simulate with changed options
#2264
- Archive the simulation output windows and allow user to re open them later.
1207 lines of code changed in 17 files:
added preprocessing for ExpressionSolve.solve: sort and split equation like h(x,y) = g(z) -> h(x) = k(y,z,pre(x),delay(x,const),start(x))
- remove some recursive parts
- move some solver rules inside preprocessding
- using loop
- not need swaps args, because equation is already sorted
- support more cases e.g.
- tanh, sinh, cosh, if() +- if(), pow(x*y,z)*x = 0, abs(x) = 0, delay(x,const) = x,...
- added testcase
- remove pow(f(x),y) = z -> sign(pre(x))*pow(z,inv(y))
- rewrite some rules
- work with "terms" and "factors" (see Expression.terms, Expression.allTerms, Expression.factors) and not longer with localy expression neighborhood
- fixed some rules for der(x)
- solve (hope all) linear expression without derivation
ToDo: solve lienar user functions
allTerms: added a case for DAE.LUNARY and unite some cases
factors: added case for DAE.LUNARY
1175 lines of code changed in 8 files:
Fix for #2995:
- Added boolean literals to Expression.isValidSubscript and subscriptContants.
16 lines of code changed in 2 files:
Use getInstanceName() to query function names automatically (updated automatically as the the functions are moved)
15 lines of code changed in 4 files:
- Updated test.
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Fix java stuff.
29 lines of code changed in 1 file:
- some fixes for successful compilation on rasberry pi (arm) or other slow machines
- fix some typos
48 lines of code changed in 10 files:
[Janitor mode] Fix whitespace
77 lines of code changed in 4 files:
Added time events for oneStepMode
191 lines of code changed in 7 files:
- don't create lists to pass single elements to functions if possible
32 lines of code changed in 1 file:
[Janitor mode] Set auto-props
58 lines of code changed in 3 files:
- added commonSubExp test
175 lines of code changed in 5 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- new test cases for zero-crossing in algorithm section
26 lines of code changed in 2 files:
- fix for partlintornsystems(zeros in b vector)
- added Sarrus rule
143 lines of code changed in 1 file:
commit 4488441dbcdccc71543d1e94304163f8925e7a79
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Nov 22 19:31:32 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/HelmholtzMedia.git branch master updated to e972b16b4cac5610688189d0501ac3592cd45989.
* [https://github.com/modelica-3rdparty/HelmholtzMedia/commit/e972b16 e972b16] apply `ttws`
1 lines of code changed in 1 file:
improved extraPolate value insinde [min,max]
exception old value was not insinde [min,max]
4 lines of code changed in 1 file:
- more matchcontinue -> match
4 lines of code changed in 1 file:
- use match instead of matchontinue (to hopefully get tail recursion in these functions)
4 lines of code changed in 1 file:
commit dc7345f10c50c9f0f2214fd9af86896e5e91f0c8
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Nov 21 19:31:09 2014 +0100
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 1266d93a5a2b0a5e308ca4f65240d90e6feec076.
* [https://github.com/lbl-srg/modelica-buildings/commit/1266d93 1266d93] Added missing each keyword
* [https://github.com/lbl-srg/modelica-buildings/commit/3f7415c 3f7415c] Cleaned up code
* [https://github.com/lbl-srg/modelica-buildings/commit/7ec9278 7ec9278] Added protected
* [https://github.com/lbl-srg/modelica-buildings/commit/a1331be a1331be] Added missing each keyword
- https://github.com/modelica-3rdparty/IdealizedContact.git branch master updated to fdef83e7aac0edb3e9acec1a704a0791935c98de.
* [https://github.com/modelica-3rdparty/IdealizedContact/commit/fdef83e fdef83e] further html issues
1 lines of code changed in 1 file:
If flag 'useMPI' is active, a MPI evironment is initalized but computation is not MPI parallel .
46 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- Added forgotten test.
21 lines of code changed in 1 file:
Fix for #2995:
- Don't try to expand already expanded equations.
6 lines of code changed in 2 files:
- Reverted r23504, seems to cause bootstrapping issues for some reason.
700 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
6 lines of code changed in 1 file:
- Cleaned up Interactive.evaluateGraphicalApi.
513 lines of code changed in 1 file:
Expected output
1 lines of code changed in 1 file:
Do not add errors if subscriptInt fails
2 lines of code changed in 1 file:
- improved names for some auxiliary functions
154 lines of code changed in 11 files:
- Add half-implemented API call generateScriptingAPI
- Handle variables with dimension false and true in SimCode
143 lines of code changed in 9 files:
- fixed partlintornsystem for equation systems
10 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- apply Cramer Rule to EquationSystems of size 2
158 lines of code changed in 1 file:
- update MSL 3.2.1 to latest: m:r7901
- update tests
- some small Windows changes
9 lines of code changed in 7 files:
- handle size({}, dim) as zero in Compiler/Template/CodegenC.tpl
5 lines of code changed in 1 file:
- Hide warnings about not imported start values for self-generated variables
44 lines of code changed in 2 files:
createResidualExp: added heuristic for a-b=0 or b-a=0
51 lines of code changed in 12 files:
commit fcb5a0d0425a5a97fb1562d81c13e87657fff911
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Nov 20 19:34:12 2014 +0100
Bump libraries
- svn/MSL 3.2.1 has been updated to r7901.
* m:r7901 refs #1580: fix compiler warning about potentially uninitialized variable c2
* m:r7898 #1582 fixed (Min/Max Assertion in 3 Examples from Modelica.Fluid.Examples.AST_BatchPlant.Test)
- svn/MSL trunk has been updated to r7902.
* m:r7902 Merged revision(s) 7901 from Modelica/branches/maintenance/3.2.1:refs #1580: fix compiler warning about potentially uninitialized variable c2........
* m:r7900 Update of 3rd-party header uthash
* m:r7899 #1582 fixed (Min/Max Assertion in 3 Examples from Modelica.Fluid.Examples.AST_BatchPlant.Test)
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to d81e8083f3306eae24ac462c00b026d0c137228a.
* [https://github.com/dzimmer/PlanarMechanics/commit/d81e808 d81e808] Merge pull request #59 from tbeu/fix-dummy-annotations
* [https://github.com/dzimmer/PlanarMechanics/commit/f9a6360 f9a6360] Remove dummy annotations
* [https://github.com/dzimmer/PlanarMechanics/commit/38632c8 38632c8] Remove trimming white space
1 lines of code changed in 1 file:
- Recommit r22962.
21 lines of code changed in 1 file:
Fix for CSharp template
- removed wrong shift in algebraic int and bool indexes
9 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
improved createResidualExp
- reduction of sub and mul operations
123 lines of code changed in 8 files:
- Removed misleading documentation annotation from listDelete.
0 lines of code changed in 1 file:
- Removed deprecated arrayNth too.
0 lines of code changed in 1 file:
- Keep listNth in simulation runtime until we have a new tar-ball.
9 lines of code changed in 4 files:
- Removed deprecated listNth.
41 lines of code changed in 19 files:
Simulate HeatingSystem for a shorter time since the NLS just makes the testsuite run for longer than necessary
3 lines of code changed in 2 files:
modifications for compilation on arm
2 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
10 lines of code changed in 4 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- Changed BackendDAEUtil.mapEqSystemAndFold to not create unnecessary tuples
- Some random cleanup
208 lines of code changed in 9 files:
Fix for #2966:
- Improved setComponentModifierValue API functions.
659 lines of code changed in 6 files:
Add instruction on how to evaluate a cell
5 lines of code changed in 1 file:
Update MM exercises
35 lines of code changed in 1 file:
Fail if type-checking fails (did not assign to the output)
2 lines of code changed in 1 file:
- Use of List.mapFold2 to avoid unnecessary tuples
71 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 2 files:
- Renamed/revised some more auxiliary fucntions:
- traverseExpsOfEquationList (from traverseBackendDAEExpsEqnList)
- traverseEquationArray (from traverseBackendDAEEqns)
- traverseEquationArrayWithStop (from traverseBackendDAEEqnsWithStop)
- traverseEquationArrayWithUpdate (from traverseBackendDAEEqnsWithUpdate)
174 lines of code changed in 15 files:
Added debug flag 'useMPI'. This adds MPI init and finalize to main method and MPI compiler wrappers to makefile.
265 lines of code changed in 7 files:
Indent
14 lines of code changed in 1 file:
- Renamed following auxiliary functions:
- BackendDAEUtil.traverseArrayNoCopyWithUpdate (from BackendDAEUtil.traverseBackendDAEArrayNoCopyWithUpdate)
- BackendDAEUtil.traverseArrayNoCopyWithStop (from BackendDAEUtil.traverseBackendDAEArrayNoCopyWithStop)
- BackendDAEUtil.traverseArrayNoCopy (from BackendDAEUtil.traverseBackendDAEArrayNoCopy)
18 lines of code changed in 3 files:
- Moved module encapsulateWhenConditions to FindZeroCrossings.mo
- Cleaned up some patterns
- New auxiliary function List.mapFold2 to avoid unnecessary tuples
- Changed +d=dumpEncapsulateWhenConditions to +d=dumpEncapsulateConditions
8487 lines of code changed in 8 files:
Fix building of OMEdit without corba configured
18 lines of code changed in 1 file:
- typo
56 lines of code changed in 3 files:
- fixed AliasVar-Codegeneration of CPP-Runtime
27 lines of code changed in 2 files:
commit 3fa79d1fdf034fd2eb1d20c735b4f058391cbe95
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Nov 19 19:32:15 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to ae5efba8e4915e8215c4c354cbedea92ad2159ae.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/ae5efba ae5efba] power point presentation for version 2.3
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 844e9e777a504bdb282931d92ed15a06209d44db.
* [https://github.com/dzimmer/PlanarMechanics/commit/844e9e7 844e9e7] Merge pull request #58 from tobolar/master
* [https://github.com/dzimmer/PlanarMechanics/commit/af54c91 af54c91] Merge branch 'master' of https://github.com/tobolar/PlanarMechanics
* [https://github.com/dzimmer/PlanarMechanics/commit/ffeffdd ffeffdd] Changed color of element "name" in nearly all icons AND moved it into upper area of icon
* [https://github.com/dzimmer/PlanarMechanics/commit/b3ea6b9 b3ea6b9] Merge pull request #2 from dzimmer/master
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- improved expAdd,expSub, expPow
- added test for expAdd, expSub, expPow
192 lines of code changed in 4 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
#2987 alternative method of getting the OPENMODELICAHOME from a .dylib file
34 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1593 lines of code changed in 9 files:
#2993
- Allow tiling of sub-windows horizontally and vertically.
76 lines of code changed in 4 files:
Handle some invalid uses-annotations, like `annotation(uses(Modelica))`
13 lines of code changed in 2 files:
- update SimplifyTest
- added rule a-(-b)/c = a+b/c
- small fixes inside simplify
88 lines of code changed in 3 files:
Fix OSX
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
351 lines of code changed in 9 files:
#2992
- Fixed the resizing/movement of the component. Try not to generate fractional origin/extent points.
- Change the refine snapping from shift to control key since the refine movement from keyboard is with control key.
83 lines of code changed in 5 files:
update SimplifyTest
41 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
update SimplifyTest.mo
105 lines of code changed in 2 files:
Speed up vertical and horizontal scroll bars (almost like in Dymola).
2 lines of code changed in 1 file:
Run mkbuilddirs for qwt
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
369 lines of code changed in 9 files:
#2992
- round the connection start & end points.
20 lines of code changed in 4 files:
- unparse getClassInformation output in case of CORBA interface.
3 lines of code changed in 1 file:
-improved simplify
-update test
249 lines of code changed in 16 files:
[Janitor mode] Update OMEdit language files
198 lines of code changed in 9 files:
#2988
- Zoom In/Out with MouseWheel.
38 lines of code changed in 2 files:
commit 7316be163f46b48c2de77b9f3faff990e5775984
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Nov 18 19:30:49 2014 +0100
Bump libraries
- https://github.com/iea-annex60/modelica-annex60.git branch master updated to 84246a05faa640ee46a9b7e738a1d356fce32b78.
* [https://github.com/iea-annex60/modelica-annex60/commit/84246a0 84246a0] Merge pull request #121 from iea-annex60/issue39_idealHeaterCooler
* [https://github.com/iea-annex60/modelica-annex60/commit/d169a08 d169a08] Merge pull request #125 from iea-annex60/issue124_phi
* [https://github.com/iea-annex60/modelica-annex60/commit/933499f 933499f] Removed regularization
* [https://github.com/iea-annex60/modelica-annex60/commit/6ed8366 6ed8366] Cleaned up code for #124
* [https://github.com/iea-annex60/modelica-annex60/commit/38a3793 38a3793] Removed unrequired computations for #124
* [https://github.com/iea-annex60/modelica-annex60/commit/e0fba9f e0fba9f] Corrected empty plot for #39
* [https://github.com/iea-annex60/modelica-annex60/commit/ba583aa ba583aa] Removed min attribute to avoid an error in OpenModelica
* [https://github.com/iea-annex60/modelica-annex60/commit/36fc597 36fc597] Updated reference result
* [https://github.com/iea-annex60/modelica-annex60/commit/87c5b58 87c5b58] Removed hea.TSet
* [https://github.com/iea-annex60/modelica-annex60/commit/6fa7829 6fa7829] Removed show_T
* [https://github.com/iea-annex60/modelica-annex60/commit/720e3f1 720e3f1] Deleted non-used model
* [https://github.com/iea-annex60/modelica-annex60/commit/a09371d a09371d] Run ttws --clean Annex60
* [https://github.com/iea-annex60/modelica-annex60/commit/baf9ecf baf9ecf] Run ttws --strip Annex60
* [https://github.com/iea-annex60/modelica-annex60/commit/066c41e 066c41e] Reformatted file
* [https://github.com/iea-annex60/modelica-annex60/commit/5cefe1d 5cefe1d] Added reference results
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 30921f84d87116cc762f5457143574ae8a740eb4.
* [https://github.com/lbl-srg/modelica-buildings/commit/30921f8 30921f8] Merged Annex60.
- https://github.com/modelica-3rdparty/IdealizedContact.git branch master updated to 989ac2eaa57c2a6ad73894d906a1436acb1bd5f7.
* [https://github.com/modelica-3rdparty/IdealizedContact/commit/989ac2e 989ac2e] html
* [https://github.com/modelica-3rdparty/IdealizedContact/commit/46be481 46be481] html issues
1 lines of code changed in 1 file:
#2991
- Use the correct boundingRect for ellipse shape.
4 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
35 lines of code changed in 8 files:
- Introduced "TearingSelect" as variable attribute in BackendDAE.VAR
194 lines of code changed in 17 files:
Fix simplify: simplify(((e1 op2 e) * e3) op1 ((e4*e5) op2 e))
45 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
7 lines of code changed in 1 file:
- use Cramer Rule instead of Gaussian for partlintornsystem
276 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- fix for bipartite graphDump, only edges between state vars and equations with der(state)
6 lines of code changed in 1 file:
Fix simplify: simplify((-x) / y - x / z) = (-x) * (1.0 / y + 1.0 / z)
25 lines of code changed in 3 files:
#2987 Try to fix OSX again
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
#2987 Try to fix OSX issues by forcing rpath to be used for libOpenModelicaCompiler.dylib
3 lines of code changed in 1 file:
- fixed #2990
83 lines of code changed in 3 files:
- fix cse for Annex60 model
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1134 lines of code changed in 9 files:
- fix #2989 (build shared compiler on Windows)
* on Windows compile the main inside the lib so that all globals are used from the dll
(as in Windows the process and the loaded dll DO NOT SHARE the same global data)
45 lines of code changed in 4 files:
- fix typo
8 lines of code changed in 1 file:
- Use QImage instead of QPixmap while exporting to image.
- Added tiff in the export as image option.
- Added copy to clipboard option.
112 lines of code changed in 5 files:
commit e0102a96ea50fd82ea46863def2c45b239ccf6c6
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Nov 17 19:31:46 2014 +0100
Bump libraries
- svn/MSL trunk has been updated to r7897.
* m:r7897 Moved erroneously placed annotations in usertab tests. (#1607)
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 766011e8737579b0e4745e92b9d437e984503ff7.
* [https://github.com/dzimmer/PlanarMechanics/commit/766011e 766011e] Merge pull request #54 from sjoelund/master
* [https://github.com/dzimmer/PlanarMechanics/commit/9bfd233 9bfd233] Add gitattributes with text encoding for mo-files - This fixes the mix of LF/CRLF line endings in the library
* [https://github.com/dzimmer/PlanarMechanics/commit/025d9c3 025d9c3] Merge pull request #55 from tobolar/master
* [https://github.com/dzimmer/PlanarMechanics/commit/41682cd 41682cd] Bug fix: Not used initialization parameters in 'PlanarMechanics.Joints.IdealRolling' and 'PlanarMechanics.Joints.DryFrictionBasedRolling' deleted, conversion script modified to change this accordingly
* [https://github.com/dzimmer/PlanarMechanics/commit/e00046c e00046c] Merge branch 'master' of https://github.com/tobolar/PlanarMechanics
* [https://github.com/dzimmer/PlanarMechanics/commit/a3dee09 a3dee09] Part 2 of: Renamed and moved couple of models and added necessary conversion script. Suggested new version number: 1.4.0 : Finished
* [https://github.com/dzimmer/PlanarMechanics/commit/fd903f3 fd903f3] Part 1 of: Renamed and moved couple of models and added necessary conversion script. Suggested new version number: 1.4.0 : Changed fixed.frame_a to fixed.frame in Examples
* [https://github.com/dzimmer/PlanarMechanics/commit/8e1db52 8e1db52] Upgraded anntotations of main package.mo
* [https://github.com/dzimmer/PlanarMechanics/commit/6098dbf 6098dbf] Merge pull request #1 from dzimmer/master
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
2097 lines of code changed in 9 files:
#2984
- Keep the sub windows state unchanged when switching between perspectives.
- Added the cascade & tile windows options in `View->Windows` menu.
101 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- fixed #2981
27 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
414 lines of code changed in 9 files:
#2477
- snap to grid for custom shapes while dragging with mouse.
- call QGraphicsItem::mousePressEvent otherwise QGraphicsItem::itemChange will be triggered for all items.
59 lines of code changed in 11 files:
- expected output
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
Fix for #2925:
- Don't force ceval of reduction iterators in functions.
- Fixed ceval of min/max of arrays.
101 lines of code changed in 5 files:
- fix testsuite with expected output
3 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
5 lines of code changed in 2 files:
- added mixedSystem flag for nonlinear systems. Not used, yet.
121 lines of code changed in 12 files:
- remove obsolete attribute from SimCodeTV.SIMCODE
1 lines of code changed in 2 files:
#include <stdio.h> if compiling rtclock.c for unsupoorted target
2 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
34 lines of code changed in 1 file:
- Some code cleanup.
2175 lines of code changed in 8 files:
- activate CSE
2 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
45 lines of code changed in 9 files:
Compile OMEdit even if omc is configured without CORBA bindings
22 lines of code changed in 6 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 1 file:
- print number of merged tasks for hpcomDump
1 lines of code changed in 1 file:
- refactored mergeParentNodes
43 lines of code changed in 2 files:
- remove BOM from files
2 lines of code changed in 2 files:
Snap to grid refinement changed to div/4, because fractions of 0.5 are more convenient then 0.2
8 lines of code changed in 2 files:
Try to fix Windows build
1 lines of code changed in 1 file:
Generate the shared object directly in build/lib/omc
3 lines of code changed in 1 file:
Try allowing undefined symbols at compile time in OSX
1 lines of code changed in 1 file:
Try to build a dynamic omc on OSX
1 lines of code changed in 1 file:
Expected output
4 lines of code changed in 2 files:
Try to change my name so asap does not fail to build the parser
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
153 lines of code changed in 9 files:
- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API
641 lines of code changed in 29 files:
- Do not remove the item since it is already unlinked from the scene.
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
6 lines of code changed in 9 files:
#2930
- Fixed the printing of models.
- Added OMEdit.manifest file so that Windows PrintDialog shows the controls in Windows Aero theme.
38 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
378 lines of code changed in 9 files:
#2506
- Implemented Manhattanize shape. Takes a curves connection and creates a right-angle lines connection of it.
182 lines of code changed in 7 files:
commit a9c7988b5f83b346c5f8667792565cac1f334059
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Nov 15 19:25:54 2014 +0100
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 82c6c9f2c30ac6ce48948cf5dbcb48ecb46f4800.
* [https://github.com/lbl-srg/modelica-buildings/commit/82c6c9f 82c6c9f] Added work-around for Python
* [https://github.com/lbl-srg/modelica-buildings/commit/ca208da ca208da] set show_T=true. Added from_dp assignment.
* [https://github.com/lbl-srg/modelica-buildings/commit/ffb9b29 ffb9b29] Removed fixme
* [https://github.com/lbl-srg/modelica-buildings/commit/bacc933 bacc933] Added missing each and rearranged components.
* [https://github.com/lbl-srg/modelica-buildings/commit/db7224e db7224e] Added start values
* [https://github.com/lbl-srg/modelica-buildings/commit/e25eaab e25eaab] Rewrote DuctManifoldFlowDistributor for OpenModelica.
* [https://github.com/lbl-srg/modelica-buildings/commit/7aef9d6 7aef9d6] Added regularization
* [https://github.com/lbl-srg/modelica-buildings/commit/bddc0d7 bddc0d7] Added missing each, reformulated for OpenModelica.
* [https://github.com/lbl-srg/modelica-buildings/commit/e56edbc e56edbc] Cleaned up code.
* [https://github.com/lbl-srg/modelica-buildings/commit/0bf5f16 0bf5f16] Removed unneeded redeclare
* [https://github.com/lbl-srg/modelica-buildings/commit/0f66d92 0f66d92] Merge branch 'master' into openmodelica
* [https://github.com/lbl-srg/modelica-buildings/commit/3ca3f2b 3ca3f2b] Merge branch 'master' into openmodelica
* [https://github.com/lbl-srg/modelica-buildings/commit/118c42f 118c42f] Reformulated for OpenModelica
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 9188bdac212ab6db91fd647cd7f6e7f4e9f28675.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/9188bda 9188bda] Pedantic mode for checking Modelica semantics
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/d26d846 d26d846] new ideal osmotic flow filtration component new: chemical reaction forward rate coefficient as input from outside stochiometric number as real, not integer
1 lines of code changed in 1 file:
#2506
- Also remove redundant points when starting to move the connection.
6 lines of code changed in 2 files:
commit 37efe4c93297cb7979d02c1aefa2a4bf3d2c4e23
Author: Hudson Janitor <build@openmodelica.org>
Date: Fri Nov 14 19:25:08 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/BrineProp.git branch master updated to a23a56f6f7daba92a750523dd080d2aef01fe526.
* [https://github.com/modelica-3rdparty/BrineProp/commit/a23a56f a23a56f] Merge branch 'master' of git@github.com:Heineken/BrineProp.git
* [https://github.com/modelica-3rdparty/BrineProp/commit/8c3c450 8c3c450] -Corrected eMail-address -removed problematic quotes from documentation -changed density start values
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 729bcd8eefc9da8763e4be0d8855143a9760cd0c.
* [https://github.com/lbl-srg/modelica-buildings/commit/729bcd8 729bcd8] Merge branch 'master' into issue314_psat
* [https://github.com/lbl-srg/modelica-buildings/commit/6fcee98 6fcee98] updated reference results
* [https://github.com/lbl-srg/modelica-buildings/commit/711c247 711c247] Merged new psychrometric functions from Annex60
* [https://github.com/lbl-srg/modelica-buildings/commit/29d2c3b 29d2c3b] Removed unrequired computations for #314
- https://github.com/modelica-3rdparty/IdealizedContact.git branch master updated to 7739d36bbd91e960d716533d716bb2432c329286.
* [https://github.com/modelica-3rdparty/IdealizedContact/commit/7739d36 7739d36] Added numerical contact point calculation for parametric convex surfaces; New Types for contact surfaces; Extended contact interface with ContactSurfaceType; More Examples
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
63 lines of code changed in 9 files:
- Fix last commit.
4 lines of code changed in 3 files:
#2506
- Remove redundant points while moving the connection.
69 lines of code changed in 6 files:
[Janitor mode] Update OMEdit language files
270 lines of code changed in 9 files:
- Tooltip for connections.
57 lines of code changed in 3 files:
#2908
- Only cache the commands that are not dependent on other models. We need a better handling of caching when there are dependent models.
3 lines of code changed in 2 files:
- fix build
- added Symbolic Gaussian to HpcOmEqSystems.mo
87 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
15 lines of code changed in 4 files:
- refactoring GRS, only mergeSimpleNodes for now
314 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- Fixed dump of event information (Wrong event information were dumped for c runtime since event information are stored redundant to provide different data structures for different runtime systems.)
2033 lines of code changed in 15 files:
- expected output
1 lines of code changed in 1 file:
- updated expected output
0 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
450 lines of code changed in 9 files:
#2506
- Keep the connecting lines manhattanized.
397 lines of code changed in 11 files:
commit 9dde01abeda545c7155926dc750406d52378a5c4
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Nov 13 19:26:06 2014 +0100
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to 1a12eccbad069d74c9067c18ab48bf0688a0d6e6.
* [https://github.com/lbl-srg/modelica-buildings/commit/1a12ecc 1a12ecc] Updated HeaterCooler_u
* [https://github.com/lbl-srg/modelica-buildings/commit/353c7bb 353c7bb] Merge pull request #315 from lbl-srg/Annex60Sync
* [https://github.com/lbl-srg/modelica-buildings/commit/93b3e49 93b3e49] Updated release notes and conversion script.
* [https://github.com/lbl-srg/modelica-buildings/commit/0692d97 0692d97] Merged Annex60, branch issue39_idealHeaterCooler
* [https://github.com/lbl-srg/modelica-buildings/commit/09c204e 09c204e] Merged Annex60, ideal heater/cooler
* [https://github.com/lbl-srg/modelica-buildings/commit/be5a2c9 be5a2c9] Updated reference results
* [https://github.com/lbl-srg/modelica-buildings/commit/2dabd29 2dabd29] Corrected medium
* [https://github.com/lbl-srg/modelica-buildings/commit/f95a29d f95a29d] Merged Annex60, issue39_idealHeaterCooler
* [https://github.com/lbl-srg/modelica-buildings/commit/54c5277 54c5277] Merged Annex60, branch issue39_idealHeaterCooler
* [https://github.com/lbl-srg/modelica-buildings/commit/aee564a aee564a] Merged Annex branch issue39_idealHeaterCooler
* [https://github.com/lbl-srg/modelica-buildings/commit/5b4b92a 5b4b92a] Renamed models for Annex60 merge
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 2df1fd9aee34c8b6b994ed1ee03e8e577a637f3d.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/2df1fd9 2df1fd9] new: osmotic membrane permeability from outside
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- #2975 fixed.
4 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
60 lines of code changed in 2 files:
- splitted large generated cpp functions into smaller ones
345 lines of code changed in 3 files:
#2982 Sort if-expressions correctly in function context
206 lines of code changed in 5 files:
- expected output
1974 lines of code changed in 1 file:
- updated TaskGraph of CoupledInductors-HPCOM-Test
641 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
8 lines of code changed in 2 files:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- added cse module
471 lines of code changed in 7 files:
- a bit cleanup of the nonlinear solver
101 lines of code changed in 5 files:
Display the error-message instead of the help-text
1 lines of code changed in 1 file:
Simplify handling of result files
4 lines of code changed in 1 file:
- fixed some types
8 lines of code changed in 2 files:
- improved performance of exp_real_array/exp_integer_array functions
63 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
13 lines of code changed in 1 file:
Added function intRandom an interface to C/C++ rand function
21 lines of code changed in 2 files:
Added random scheduler to HPCOM module
234 lines of code changed in 3 files:
commit f0a187d713dc0ce19ff0345a734403a1af6f6917
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Nov 12 19:25:02 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to d815e0772a9d21d146c7e1b1dcfe274d791b46a6.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/d815e07 d815e07] new osmotic reabsorption component (for modeling simplified kidney water flows)
1 lines of code changed in 1 file:
Update the expexted output of testsuite to r23333
3275 lines of code changed in 38 files:
Use the better randomness also during matching
2 lines of code changed in 1 file:
- fix build warnings
3 lines of code changed in 1 file:
- set codegeneration explicitly to openmp, because pThreads is default now
3 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
57 lines of code changed in 2 files:
- improved memory layout for fixed level scheduler (HPCOM)
- fixed measure time: - cpp-runtime produces correct time values now that are mapped correctly to the task graph
480 lines of code changed in 5 files:
Fix System.intRand (low bits did not have enough entropy)
33 lines of code changed in 6 files:
[Janitor mode] Update OMEdit language files
1935 lines of code changed in 9 files:
- send getVersion as the first command to connected omc.
5 lines of code changed in 4 files:
[Janitor mode] Update OMEdit language files
27 lines of code changed in 9 files:
Use proc/self to find omc from OMEdit on Linux
42 lines of code changed in 1 file:
Fix windows
1 lines of code changed in 1 file:
commit c5f100bd1a04a67aeaa3d09c994cb2c834e355cb
Author: Hudson Janitor <build@openmodelica.org>
Date: Tue Nov 11 19:24:40 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to c59a3783ec5b097e2cfdf096d9c92eca05a99227.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/c59a378 c59a378] fix busConnector lines colors fix default value of molar flow rate coefficient for gas solubility
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 83cbad8f2d89842146226a350e809c13852308a0.
* [https://github.com/dzimmer/PlanarMechanics/commit/83cbad8 83cbad8] Merge pull request #49 from tobolar/master
* [https://github.com/dzimmer/PlanarMechanics/commit/beca3c4 beca3c4] Merge pull request #50 from tbeu/fix-comment
* [https://github.com/dzimmer/PlanarMechanics/commit/d891aca d891aca] Merge pull request #53 from fvanderlinden/master
* [https://github.com/dzimmer/PlanarMechanics/commit/1c36c37 1c36c37] Fixed bug in visualisation
* [https://github.com/dzimmer/PlanarMechanics/commit/da263dc da263dc] Merge pull request #52 from tbeu/add-animation-tab
* [https://github.com/dzimmer/PlanarMechanics/commit/ffba8b0 ffba8b0] Add "Animation" tab (instead of group) for joints
* [https://github.com/dzimmer/PlanarMechanics/commit/919cbbe 919cbbe] Fix comment of ''PlanarMechanics.Joints.Prismatic.stateSelect''
* [https://github.com/dzimmer/PlanarMechanics/commit/d575796 d575796] Redefined basic frame connectors according to that of Multibody in Modelica standard library. Especially: (1) frame_a has darker blau color compared to frame_b; (2) preserveAspectRatio and initialScale=0.16 introduced; (3) Introduced 'Diagram' section; (4) Accordingly, PlanarMechanics.Interfaces.PartialTwoFlanges and a couple of other classes were modified
* [https://github.com/dzimmer/PlanarMechanics/commit/03d9d05 03d9d05] Examples: Documentation: Corrected duplicate definition of 'revisions'
* [https://github.com/dzimmer/PlanarMechanics/commit/7c2e57b 7c2e57b] Parts.Fixed: According to appropriate models in Modelica standard library (e.g. Modelica.Mechanics.MultiBody.Parts.Fixed), the Fixed block has to introduce frame_b instead of frame_a
- svn/ThermoPower has been updated to r294.
* r294 Changed default for regularizeBoundaryConditions
* r293 Added regularizeBoundaryConditions parameter to Flow1Dfem
* r292 Removed regularization of C and K matrices in Flow1Dfem
1 lines of code changed in 1 file:
Change the Modelica string to be implemented as a MetaModelica string (boxed)
- Note: Some Modelica functions might have become slower if string literals were not put into the _literals file
378 lines of code changed in 36 files:
[Janitor mode] Fix whitespace
4 lines of code changed in 2 files:
- Fixed some code generation issues for subscripted crefs in tuples.
- Code cleanup.
- Updated and enabled some MetaModelica tests which had started to work.
73 lines of code changed in 10 files:
[Janitor mode] Update OMEdit language files
1143 lines of code changed in 9 files:
#2976 Add depends to _includes.h files
1 lines of code changed in 1 file:
#2477
- Snap to grid for annotations. Use shift for refined movement.
- Set the grid enabled by default.
85 lines of code changed in 7 files:
- fix File.write test fputs using EOF, seems to work on both Linux and Windows.
1 lines of code changed in 1 file:
- Set 5 as default value for -maxIntegrationOrder flag.
9 lines of code changed in 1 file:
- fix File.write (why would you expect fputs to always return 1??!!)
1 lines of code changed in 1 file:
- revert update-library.sh script, use +n=1 in called scripts directly.
1 lines of code changed in 1 file:
- use quote omc in update-library.sh
1 lines of code changed in 1 file:
- use omc +n=1 for update-library.sh
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
126 lines of code changed in 9 files:
- Remove the LibraryComponent object when we delete the class.
8 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
216 lines of code changed in 9 files:
#2956
- Fixed the movement of components through keyboard.
558 lines of code changed in 8 files:
commit b20e07dc0015b2885f0aea3b526d4a72380b8a19
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Nov 10 19:25:05 2014 +0100
Bump libraries
- https://github.com/modelica/ExternalMedia.git branch master updated to 3185d9922e290e30f707d4fae3b1f5b5db5008ac.
* [https://github.com/modelica/ExternalMedia/commit/3185d99 3185d99] Added a larger delta p to the near crtical state in CoolProp. This should help with some initialisation problem.
- https://github.com/dzimmer/PlanarMechanics.git branch master updated to 6efbcd9a98949480f1380a5ed1692580c01c11a1.
* [https://github.com/dzimmer/PlanarMechanics/commit/6efbcd9 6efbcd9] Merge pull request #47 from tobolar/master
* [https://github.com/dzimmer/PlanarMechanics/commit/be263d2 be263d2] Icons only: Introduced description of frame "a" and "b" if reasonable
* [https://github.com/dzimmer/PlanarMechanics/commit/47748c9 47748c9] Joints: Revolute joint: Enabled conditional animation of black line to highlight joint rotation (parameter extraLine). Both joints: (1) All animation parameters collected in "group" animation, since there is just a few parameters otherwise; (2) In icon: added description of frame "a" and "b"; (3) Upgraded documentation.
* [https://github.com/dzimmer/PlanarMechanics/commit/95f6ccc 95f6ccc] Minor changes: Upgraded documentation and formating
* [https://github.com/dzimmer/PlanarMechanics/commit/b0dc1ec b0dc1ec] Minor change - formating
* [https://github.com/dzimmer/PlanarMechanics/commit/a807243 a807243] Finalized style check
* [https://github.com/dzimmer/PlanarMechanics/commit/c738b1b c738b1b] Upgraded documentation of VehicleComponents.Examples
* [https://github.com/dzimmer/PlanarMechanics/commit/8f00af6 8f00af6] Upgraded a lot of documentation
- https://github.com/modelica/PowerSystems.git branch master updated to c4a8e47e5dc40aae0b7514c832964eeaa518f77a.
* [https://github.com/modelica/PowerSystems/commit/c4a8e47 c4a8e47] update doc links
- svn/ThermoPower has been updated to r291.
* r291 Edited CISE diagram
1 lines of code changed in 1 file:
- Only call getClassRestriction if getClassInformation fails to fetch the data.
1 lines of code changed in 1 file:
Change to using Model_info.json by default
9 lines of code changed in 3 files:
OMEdit: handle equations also for Model_info.json files
67 lines of code changed in 4 files:
- Clean up some more patterns.
222 lines of code changed in 1 file:
- Dump comments in the correct place for for-equations/statements.
8 lines of code changed in 1 file:
- clenup pattern of createOdeSystem2
50 lines of code changed in 1 file:
- Generate homotopy information for all systems. Until now, these information were only available for initialization and not for simulation.
- Mark each system locally if it contains a homotopy call. Until now, there was only a global marker that indicates if there is a homotopy call at all.
122 lines of code changed in 9 files:
Change transformation uses/deps to use QList and equation kind to simply be a string
45 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
10 lines of code changed in 2 files:
- forgot to add barrier file
66 lines of code changed in 1 file:
- HPCOMLevelScheduling: - Tasks are now ordered regarding their executiontime, to handle big tasks first
- CPP-Runtime Profiling: - getThreadNumber is now part of the main file, to make it available for profiler initialization - improvements
- HPCOM LevelFixedScheduler: - uses a busy waiting barrier now
- HPCOM: - fixed openmp deadlock in codegeneration
- The array-module has now a reduce function, similar to List.reduce
157 lines of code changed in 12 files:
+ Put correct types when vectorizing qualified assignments.
- this used to send wrong types all the way to code generation.
24 lines of code changed in 10 files:
- cleanup of traversingisDiscreteExpFinder
92 lines of code changed in 1 file:
- fix comments
2 lines of code changed in 1 file:
Refactor/remove some no-op code
14 lines of code changed in 2 files:
Try a different approach to speed up test-suite (parse files at the same time as before; on demand instead of parsing all files at the beginning)
50 lines of code changed in 1 file:
- typo
21 lines of code changed in 2 files:
[Janitor mode] Update OMEdit language files
72 lines of code changed in 9 files:
- Set the minimum width so that the value text will be readable.
7 lines of code changed in 1 file:
commit 4494ee8c8fe2bfb29f7f8ac00637f187e6c0177f
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Nov 9 20:29:14 2014 +0100
Bump libraries
- https://github.com/modelica-compliance/compliance.git branch master updated to 89912d6b8a48a6f16699d3d3c5f6dbe023270675.
* [https://github.com/modelica-compliance/compliance/commit/89912d6 89912d6] Add missing package.mo
* [https://github.com/modelica-compliance/compliance/commit/5977894 5977894] Additional tests for reserved names being used as class names (#4)
1 lines of code changed in 1 file:
commit 263ffcc1620c45ab651137267d7b241f6bb4d389
Author: Hudson Janitor <build@openmodelica.org>
Date: Sun Nov 9 19:27:16 2014 +0100
Bump libraries
- https://github.com/modelica-compliance/compliance.git branch master has FAILING head - latest is 5977894c705e9289eb221fd938df3ea759f107af
* [https://github.com/modelica-compliance/compliance/commit/5977894 5977894] Additional tests for reserved names being used as class names (#4)
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 2e6a9bcb1574500fff14aabefba51e1f66f22c74.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/2e6a9bc 2e6a9bc] fix of missing population icon
- https://github.com/modelica/PowerSystems.git branch master updated to 62c17b39eefa83181c754b8a562ce04e9133aa69.
* [https://github.com/modelica/PowerSystems/commit/62c17b3 62c17b3] Move parameter qualifiers from record members to records (see #5)
* [https://github.com/modelica/PowerSystems/commit/9213d4c 9213d4c] fix start values of tests
* [https://github.com/modelica/PowerSystems/commit/27bb198 27bb198] Merge pull request #8 from tbeu/cleanup-annotations
* [https://github.com/modelica/PowerSystems/commit/fa04fe5 fa04fe5] Remove dummy annotations
- https://github.com/modelica-3rdparty/RealTimeCoordinationLibrary.git branch master updated to 655ac1a22aa6deb04ea8e3869dd0aa9fb9540754.
* [https://github.com/modelica-3rdparty/RealTimeCoordinationLibrary/commit/655ac1a 655ac1a] improved the failure message of invariants
- svn/ThermoPower has been updated to r290.
* r290 flow joint - gas - updated
1 lines of code changed in 1 file:
- Fix loadFiles() when parsing only 1 file
- Use loadFile instead of loadFiles in GenerateInterface since it always loads exactly 1 file
2 lines of code changed in 2 files:
- Add missing file in previous commit
113 lines of code changed in 1 file:
Enable parallel loadModel (gives 2~3x speed-up depending on CPU)
268 lines of code changed in 11 files:
[Janitor mode] Update OMEdit language files
72 lines of code changed in 9 files:
#2906
- Drop down menus for Enumeration and Boolean types.
- Added a new API getBuiltinType.
233 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
14 lines of code changed in 4 files:
Fix for #2947:
- Optimized usage of BackendDAE.VARIABLES in the backend to improve performance.
- Some cleaning up.
3266 lines of code changed in 18 files:
[Janitor mode] Update OMEdit language files
1962 lines of code changed in 9 files:
Parse all operations correctly for JSON
74 lines of code changed in 7 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- changed r23269. relations/zero crossings get only dumped if LOG_EVENTS_V is used
396 lines of code changed in 5 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- dump relations/zero crossings after events
2053 lines of code changed in 7 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 1 file:
fix for assert in cpp template
21 lines of code changed in 1 file:
Add check for using reserved identifiers as components
11 lines of code changed in 2 files:
Re-add check for duplicate names in enumeration
95 lines of code changed in 7 files:
Skip _= in front of arrayUpdate calls
228 lines of code changed in 17 files:
Remove some unused calls, removed _ from some that are used
49 lines of code changed in 5 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:
- fixed #1228, by adding when equation also to other torn equations.
95 lines of code changed in 6 files:
[Janitor mode] Update OMEdit language files
45 lines of code changed in 9 files:
- make sure we close the settings group otherwise settings file will get corrupted.
17 lines of code changed in 2 files:
Removed some calls that should not do anything
15 lines of code changed in 5 files:
Check performance when not adding replacements already in the hashtable
0 lines of code changed in 1 file:
Some HashTable implementation changes
95 lines of code changed in 1 file:
Skip unused get call in VarTransform
16 lines of code changed in 2 files:
commit 2b92222988f8f25495f517a5ddfcc26c67ed41d7
Author: Hudson Janitor <build@openmodelica.org>
Date: Thu Nov 6 19:27:08 2014 +0100
Bump libraries
- https://github.com/modelica-compliance/compliance.git branch master updated to e3db1f7265ecfae57f87700169f5c5e579c21088.
* [https://github.com/modelica-compliance/compliance/commit/e3db1f7 e3db1f7] Fixes issue #1 by adding MA as licensor
* [https://github.com/modelica-compliance/compliance/commit/b2ab399 b2ab399] Fix text encoding for LICENSE file
* [https://github.com/modelica-compliance/compliance/commit/18803a8 18803a8] Fix testcase expected type (cannot assign Boolean to a Real)
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to bcf7ce7dbfb71814d7c2493bcacd790a0c69441a.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/bcf7ce7 bcf7ce7] new icon for Population fix changes directions in Population domain fix default diffusion permeability for gas solubility block new type PopulationChangePerMember
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/6b8c8f6 6b8c8f6] abstraction of population migration to population streams
1 lines of code changed in 1 file:
#2968 Treat function calls as a variable being used (if it is an unbound function pointer)
7 lines of code changed in 1 file:
- more typo fixes
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1197 lines of code changed in 9 files:
#2481
- Added GUI for dassl simulation flags.
102 lines of code changed in 2 files:
- Fixed typos in dassl simulation flags.
9 lines of code changed in 3 files:
[Janitor mode] Fix whitespace
30 lines of code changed in 1 file:
Use new syntax matching
1 lines of code changed in 1 file:
moved allocating of algloop vars in initialization
181 lines of code changed in 1 file:
Refactoring `REC(_)=>REC()`
115 lines of code changed in 19 files:
- added copyClass tests.
12 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
3 lines of code changed in 2 files:
- added flag +graphml to dump a bipartite graph after causalization and a task graph on SCC level. use yEd for visualization
68 lines of code changed in 9 files:
Refactor some more things away
109 lines of code changed in 31 files:
[Janitor mode] Update OMEdit language files
359 lines of code changed in 9 files:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
[Janitor mode] Set auto-props
7 lines of code changed in 7 files:
#2190
- Added a new copyClass API.
- Added GUI for new copyClass API in OMEdit.
211 lines of code changed in 9 files:
- Peer Solver preliminaries added to CPP-Runtime
1226 lines of code changed in 13 files:
[Janitor mode] Fix whitespace
36 lines of code changed in 11 files:
Updated the refactoring script, handling `REC(name=_)=>REC()`
- Ran the refactoring script
4084 lines of code changed in 129 files:
[Janitor mode] Fix whitespace
13 lines of code changed in 1 file:
fix for paramater initialization, fix for allocating A matrix in cpp template
40 lines of code changed in 2 files:
Use lookupType instead of lookupClass to handle DIM_ENUM/DIM_BOOLEAN
14 lines of code changed in 3 files:
Update traverseType to not create a tuple in each step
407 lines of code changed in 26 files:
Fix logic error in assertion (checking the level condition before it was assigned)
1 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
207 lines of code changed in 9 files:
#2390
- Added some support showStartAttribute. There seems to be some issues with setComponentModifierValue API.
261 lines of code changed in 2 files:
- fixed #2878.
25 lines of code changed in 4 files:
- Some random cleanups.
147 lines of code changed in 2 files:
- remove superfluous strlen()
- add short description strings for builtin functions
20 lines of code changed in 2 files:
Guard against some domain errors for trig functions
37 lines of code changed in 3 files:
commit 934587f5a813980fd7d4b9177691f1e346f56044
Author: Hudson Janitor <build@openmodelica.org>
Date: Wed Nov 5 19:23:28 2014 +0100
Bump libraries
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to fe7d794e9040240548259cd2b2819288530fdf2c.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/fe7d794 fe7d794] new Population.Sources and changes per population member removed PermeabilityLevelSwitch
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/1d61b5d 1d61b5d] Population domain for (not only) cell population models
1 lines of code changed in 1 file:
Do not use C++11 features
4 lines of code changed in 2 files:
[Janitor mode] Fix whitespace
8 lines of code changed in 2 files:
- fixed #2867 by fixing the calculation of adjacency rows for ASUB expressions
2676 lines of code changed in 14 files:
[Janitor mode] Update OMEdit language files
216 lines of code changed in 9 files:
Partially support opening JSON files in the transformations browser
130 lines of code changed in 5 files:
- Reverted accidentally changed test case
4 lines of code changed in 2 files:
- fixed compilation
3 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
50 lines of code changed in 1 file:
added call of initialization functions for the jacobian in cpp runtime
705 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
Addes flattening test case for state machine example in MLS
115 lines of code changed in 2 files:
- use partlintornsystem only flag controlled
1 lines of code changed in 1 file:
- extended simplification in partlintornsystem
18 lines of code changed in 1 file:
Add SerializeModelInfo (JSON) version to the compiler, using +d=modelInfoJSON
- JSON is faster to generate and parse than the XML format (roughly 10 seconds saved for running the testsuite)
- Not enabled by default since:
- OMEdit needs to fully support it
- 1 test fails with different results: fmi/ModelExchange/2.0/HelloFMIWorldEvent.mos
1522 lines of code changed in 27 files:
[Janitor mode] Fix whitespace
7 lines of code changed in 1 file:
- extended partlintornsystem
143 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
- Added functionality to dump zero crossings during runtime
689 lines of code changed in 13 files:
- Removed obsolete functions from SimCodeUtil.mo (all these functions were protected and not used anywhere including comments):
- filterNonConstant
- extractDiscEqs
- emptyHashTable
- stateindex
- createAlgorithmAndEquationAssertsFromAlgsEqnTraverser
- bytesToRealMBString
- indexSubscriptToExp
- isMixedSystem
- getCallPath
- removeDuplicatePaths
- Belonging auxiliary functions were removed as well
11 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
45 lines of code changed in 9 files:
#2392
- Indicate default values in ComponentParameters window.
22 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
135 lines of code changed in 9 files:
#2960
- Don't use the ComponentParameters class to show the parameter values for TextAnnotation.
- Show progress bar and status message when opening the ComponentParameters & ComponentAttributes windows.
61 lines of code changed in 4 files:
[Janitor mode] Update OMEdit language files
342 lines of code changed in 9 files:
- Set the GraphicsView drag mode to RubberBandDrag.
1 lines of code changed in 1 file:
Use getpwuid instead of getlogin by default; this gives better results with sudo
1 lines of code changed in 1 file:
Only restrict root user from using the interactive interfaces (sockets/CORBA)
6 lines of code changed in 2 files:
Collecting outgoing transitions of a mode/state in MODE data structure
104 lines of code changed in 2 files:
- sourceInfo returns SourceInfo, not FileInfo.
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
Improved linear solver "LU with total pivoting" for solvable underdetermined systems
35 lines of code changed in 6 files:
- Modified epsilon of event hysteresis
- Remove unnecessary counter from BackendDAE.EVENT_INFO
44 lines of code changed in 13 files:
- Some cleaning up.
83 lines of code changed in 6 files:
- fixed dumped number of zero crossings and updated test cases
2273 lines of code changed in 10 files:
- revert r23183 temporary
8 lines of code changed in 1 file:
- fixed dumped number of zero crossings
8 lines of code changed in 1 file:
- improve info message by adding current time value
2 lines of code changed in 1 file:
Assigning equations to states
126 lines of code changed in 2 files:
- use list scheduler as default hpcom scheduler
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
5 lines of code changed in 2 files:
- Collect all linear solver names and descriptions to provide automatically generated help text for available linear solver methods
- Revised interface to new linear solver "totalpivot" from r23167
- Fix ls/nls description in simulation_options.c
- TODO: This should be automatically generated
60 lines of code changed in 6 files:
- fix for partlintornsystem, debug dump for jacobian
126 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
1008 lines of code changed in 9 files:
#2872
- Use `loadString` to send expressions to OMC.
21 lines of code changed in 3 files:
#1762
- Consistent interface for instantiation and checking.
17 lines of code changed in 3 files:
[Janitor mode] Update OMEdit language files
342 lines of code changed in 9 files:
#2611
- Fixed the zooming issue. Qt only scales and attaches the scrollbars to scene's rectangle which is bit weird. I have to set the scene huge to cover the screen so that scaling works in accordance to scrollbars.
22 lines of code changed in 3 files:
commit c76f4bd1a309f76aeb276155273f6330b11e5e7d
Author: Hudson Janitor <build@openmodelica.org>
Date: Mon Nov 3 19:24:07 2014 +0100
Bump libraries
- svn/MSL 3.2.1 has been updated to r7891.
* m:r7891 Fix doc typos
- svn/MSL trunk has been updated to r7892.
* m:r7892 Merged revision(s) 7891 from Modelica/branches/maintenance/3.2.1:Fix doc typos........
- https://github.com/modelica-3rdparty/Physiolibrary.git branch master updated to 9bdc8478ae95be786c5260e70841c7cf160b1820.
* [https://github.com/modelica-3rdparty/Physiolibrary/commit/9bdc847 9bdc847] cosmetic changes
1 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
17 lines of code changed in 2 files:
[Janitor mode] Set auto-props
2 lines of code changed in 2 files:
- Fix build.
1 lines of code changed in 1 file:
added new linear solver based on LU decomposision using total pivoting
- activated it also as default
- updated some tests
576 lines of code changed in 12 files:
[Janitor mode] Update OMEdit language files
2781 lines of code changed in 9 files:
#2481
- Updated the list of integrators.
- Added a button with an external link to IntegrationAlgorithms.pdf next to integration drop down.
- Added support for -noEquidistantTimeGrid.
119 lines of code changed in 7 files:
improved output for optDebugeJac
4 lines of code changed in 1 file:
Weird work-around for size(arr /* suze [0,2] */, 2) to return 0 at run-time (used by Modelica tables)
14 lines of code changed in 1 file:
Make sourceInfo() testsuite-friendly
11 lines of code changed in 5 files:
make clean: remove generated templates
9 lines of code changed in 2 files:
Fix r23156
3 lines of code changed in 1 file:
Add sourceInfo() to all Error.addInternalError calls
113 lines of code changed in 19 files:
Rename flag "nodoSCodeDep" to "noscodeDep"
1 lines of code changed in 1 file:
Remove unused flag usedep
4 lines of code changed in 1 file:
Tail recursion
16 lines of code changed in 3 files:
- Got rid of some listArray/arrayList calls.
90 lines of code changed in 5 files:
-support min and max values by extraPolate
-imporevd output for nonlinear solver
13 lines of code changed in 5 files:
[Janitor mode] Fix whitespace
1 lines of code changed in 1 file:
[Janitor mode] Set auto-props
1 lines of code changed in 1 file:
- Fix Array.map.
4 lines of code changed in 1 file:
- added flag for SKF TLM Master Solver Interface.
175 lines of code changed in 4 files:
Some refactoring to use assignment to fields
94 lines of code changed in 1 file:
[Janitor mode] Fix whitespace
2 lines of code changed in 1 file:
- Removed Array.append (since we have arrayAppend now).
- Optimized some Array functions.
- Some random cleanups.
249 lines of code changed in 8 files:
Do not dump bindings to outputs in the interface functions
13 lines of code changed in 4 files:
Fix indexes of some metarecord literals (Susan does not warn you shadow the variable index with a new index)
8 lines of code changed in 1 file:
- rewritten partlintornsystem module
320 lines of code changed in 1 file:
improved output for optDebugeJac
23 lines of code changed in 1 file:
Print SourceInfo to MM definitions
4 lines of code changed in 1 file:
Fix MM test
6 lines of code changed in 2 files:
Absyn no longer needs to be its own dependency class (Util no longer imports Absyn)
9 lines of code changed in 5 files:
Susan no longer depends on Absyn
3 lines of code changed in 7 files:
Big changes. You will need to bootstrap omc from scratch.
- Added function `sourceInfo()`, which returns the file and positions of the call in the source code (useful to produce error-messages that point inside the compiler itself).
- Changed all Absyn.Info to the built-in SourceInfo uniontype
- Added SourceInfo to GlobalScript.IEXP (previously only statements had SourceInfo)
- Changed System.readLine to fail if the file does not exist. The scripting function returns an empty string on failure.
A new bootstrapping tarball has been created. Some of the new features you can use in the compiler:
- (Limited) assignment to metarecord fields (r23120)
- Use new built-in function arrayAppend and Dangerous.arrayCreateNoInit (r23106)
- import MetaModelica.Dangerous (r23001)
- SourceInfo (this commit)
5641 lines of code changed in 142 files:
[Janitor mode] Fix whitespace
3 lines of code changed in 2 files:
Susan: Handle builtin uniontypes
1 lines of code changed in 3 files:
- improved optDebugeJac
compare analytical and numerical jacobian
148 lines of code changed in 4 files:
- Added details to the executable using the RC file.
22 lines of code changed in 2 files:
- fix bug #2882 (careful with the evaluation of expressions having DAE.T_CODE type)
110 lines of code changed in 4 files:
commit b2120b6bffbeee044c4c832047c0cce771c4a2dd
Author: Hudson Janitor <build@openmodelica.org>
Date: Sat Nov 1 19:19:59 2014 +0100
Bump libraries
- https://github.com/lbl-srg/modelica-buildings.git branch master updated to ba949c186a42d6c8a6e48a4b73441b8500aec7f4.
* [https://github.com/lbl-srg/modelica-buildings/commit/ba949c1 ba949c1] Reformatted code
- svn/ThermoPower has been updated to r289.
* r289 Updated documentation
1 lines of code changed in 1 file:
- avoid CRLF issues on Windows (compareFiles fails because of different line endings)
23 lines of code changed in 1 file:
[Janitor mode] Update OMEdit language files
1305 lines of code changed in 9 files:
- Fixed the return value of changeDirectory.
2 lines of code changed in 1 file:
- fix bug #2943 (the error was introduced in r23049)
- added test: testsuite/openmodelica/interactive-API/Bug2943.mos
43 lines of code changed in 3 files:
- Send commands to omc as utf-8.
- All files generated by OMEdit are now utf-8.
- check for errors after setting/changing the working directory of omc.
34 lines of code changed in 6 files: