Timeline
May 17, 2016:
- 4:28 PM Changeset [8862] by
- #4949 Fixed minor scalarization bug, record if-exp as function call …
- 2:57 PM Changeset [8861] by
- #4981 Adding utility sub class iterator
- 2:56 PM Ticket #4981 (Utility iterator for iterate over specified sub class) created by
- Implementation of generic utility iterator that iterates over a …
- 1:55 PM Ticket #4960 (Incorrect inlining in equations with functions that use external objects) closed by
- fixed
- 1:54 PM Changeset [8860] by
- #4980 Made jmi_sample return false during initialization.
- 1:52 PM Ticket #4980 (jmi_sample should not return true during initialization) created by
- According to Modelica specification 3.7.3 sample ”Returns true and …
- 1:50 PM Changeset [8859] by
- Fixed crashes caused by r8851. (#4782)
- 1:12 PM Changeset [8858] by
- #4953 Updated optimica variability calculations to fix tests broken in …
- 12:41 PM Ticket #4979 (Special characters aren't escaped in XML gen) created by
- The implementation of special character escaping in XML gen is flawed. …
- 12:36 PM Ticket #4978 (Update runtime for sparse matrices in linear torn blocks) created by
- Update runtime so that the block Jacobian in torn linear blocks can be …
- 12:35 PM Ticket #4977 (Generation of sparse matrices in torn linear blocks) created by
- For torn linear blocks, the separate matrices for computing of the …
- 12:33 PM Ticket #4976 (Include modified functions for inplace operators in CSparse) created by
- CSparse should be modified with new functions for reusing matrices and …
- 12:28 PM Ticket #4975 (Add CSparse) created by
- CSparse should be added as a thirdparty. This is a part of #4974.
- 12:28 PM Ticket #4974 (Allow sparse computation of block jacobian in linear blocks) created by
- We should add support for computation of the block Jacobian in case of …
- 10:39 AM Ticket #4973 (CS FMUs don't react to change in discrete inputs) created by
- Consider the model: […] When exporting it as a CS FMU and …
- 9:25 AM Changeset [8857] by
- Updated the master algorithm to work with older scipy versions. …
- 8:00 AM Changeset [8856] by
- #4972 method to go from instance to source tree for full class
- 7:58 AM Ticket #4972 (Convenient method to go from instance tree to source tree for a full class) created by
- This is a common operation therefore it is good to have a convenient …
May 16, 2016:
- 5:16 PM Changeset [8855] by
- #4960 Fixed inlining of functions with external object inputs
- 4:52 PM Changeset [8854] by
- Added tests for the master algorithm. Related to ticket:4918
- 4:45 PM Changeset [8853] by
- #4845 * Removed unused call to markForRemoval(). * Removed that the …
- 3:43 PM Ticket #4715 (Scalarization of record function constructor crash) closed by
- fixed: Issue in ticket description is gone
- 2:10 PM Ticket #4971 (diff() for function calls in instance tree) created by
- Differentiation of function calls are only implemented in the flat …
- 1:55 PM Changeset [8852] by
- #4953 Updated handling of fixed false parameters, major refactoring
- 1:39 PM Ticket #4782 (diff() not implemented for all expressions) closed by
- fixed: changeset:8851 Added implementation for all differential …
- 1:39 PM Changeset [8851] by
- Added implementation for all differential expressions except function …
- 11:08 AM Changeset [8850] by
- #4970 move from short class instance to source tree
- 10:40 AM CodeDocumentation/ExpressionAPI edited by
- (diff)
- 9:08 AM Ticket #4967 (SparceMunkres throw NPE if there is no matching) closed by
- fixed
- 9:08 AM Changeset [8849] by
- Fixed error message that is presented to the user when the munkres …
May 13, 2016:
- 4:06 PM Ticket #4970 (Add enhancement to move from short class instance to source tree) created by
- Add enhancement to move from short class instance to source tree
- 1:23 PM Ticket #4969 (Error checking of derivative annotations) created by
- The following model doesn't give an error during index reduction. …
- 11:47 AM Changeset [8848] by
- #4689 Retrying to set "use last integrator step" to true
- 10:42 AM Ticket #4966 (Dummy derivative algorithm tries match to unmatchable incidences) closed by
- fixed: changeset:8847 Fixed bug in the compiler where the munkres algorithm …
- 10:42 AM Changeset [8847] by
- Fixed bug in the compiler where the munkres algorithm matched to …
May 12, 2016:
- 3:00 PM Changeset [8846] by
- #4845 Changed how WorkData handles FParameterEquations when …
- 2:48 PM Ticket #4968 (size() implementation missing for FComponentExp) created by
- FComponentExp is missing an implementation of size(), so it always …
- 1:20 PM Ticket #4967 (SparceMunkres throw NPE if there is no matching) created by
- If Munkres fails to find a matching, then the sparse implementation …
- 1:10 PM Changeset [8845] by
- #4444 Removed commented code that was accidently commited in [8844].
- 1:09 PM Ticket #4966 (Dummy derivative algorithm tries match to unmatchable incidences) created by
- There is a lack of check if the incidence is matchable in the cost …
- 1:07 PM Changeset [8844] by
- #4444 Fixed IPOPT return status "Maximum CPU time exceeded" when …
- 11:00 AM Ticket #4965 (Duplicate expandable connectors) created by
- When there are duplicates of the same expandable connector, then they …
- 9:38 AM Ticket #4964 (Equations for non-parameters in parameter equation section from common ...) created by
- Common subexpression elimination can add equations for non-parameters …
- 4:47 AM Changeset [8843] by
- #4845 * Fixed a bug causing incorrect algorithms to be added to the …
May 11, 2016:
- 6:08 PM Ticket #4962 (Differentiation of FDotPowExp) closed by
- fixed: changeset:8842 Fixed differentiation when exponent is continuous.
- 6:08 PM Changeset [8842] by
- Fixed differentiation when exponent is continuous. (#4962)
- 4:12 PM Ticket #4963 (Platform specfic library include directory in external constant ...) created by
- The path given to the external constant evaluation process needs to …
- 3:32 PM Ticket #4962 (Differentiation of FDotPowExp) created by
- We have incorrect implementation of differentiation of FDotPowExp when …
- 1:35 PM Ticket #4856 (Handle atan2 with (0,0) input) closed by
- fixed
- 1:26 PM Ticket #4961 (ASTNode error collection order) closed by
- fixed: changeset:8841 Fixes error check bug
- 1:24 PM Changeset [8841] by
- #4961 Fixes error check bug
- 1:14 PM Ticket #4961 (ASTNode error collection order) created by
- In the model below f is evaluated before it has been type checked. …
- 12:36 PM Changeset [8840] by
- #4958 Removed accidentally comitted changes in r8837
- 12:07 PM Changeset [8839] by
- #4845 * Reworked list updates to be performed before and after …
- 11:47 AM Ticket #4960 (Incorrect inlining in equations with functions that use external objects) created by
- The following model is handled incorrectly: […] The inlined …
- 11:07 AM Changeset [8838] by
- Reverted build system changes accidentally committed in r8836.
- 9:19 AM Ticket #4958 (Circularity-check bug in functions) closed by
- fixed
- 9:18 AM Changeset [8837] by
- #4958 Fixes bug in circularity check
- 9:17 AM Ticket #4959 (Variability of binding equations) created by
- MLS 3.8: […] We should give for errors for this model: […]
- 8:49 AM Ticket #4958 (Circularity-check bug in functions) created by
- In the following model the compiler thinks x is circular which leads …
May 10, 2016:
- 5:45 PM Ticket #4956 (Lookup for package name in modelica URI) closed by
- fixed: changeset:8836 Fixed lookup of package name in modelica URI.
- 5:45 PM Changeset [8836] by
- Fixed lookup of package name in modelica URI. (#4956) Added some …
- 4:44 PM Ticket #4957 (Variable array index extraction forms jagged arrays) created by
- This is a part of #4824. […] Flattens into: […] To avoid …
- 12:31 PM Changeset [8835] by
- #4920 Added compliance error for unknown size vectorized function …
- 12:29 PM Ticket #4950 (Unknown array sizes depending on for index) closed by
- fixed
- 12:10 PM Ticket #4956 (Lookup for package name in modelica URI) created by
-
When looking up the package name in a
modelica://
URI, then it is … - 9:22 AM Changeset [8834] by
- #4950 Updated scalarization of array initialization statements so size …
May 9, 2016:
- 10:05 PM Changeset [8833] by
- #4845 Some changes to alias variables. If one variable is …
- 9:35 PM Ticket #4943 (Runtime updates to compile with gcc 5.3.0) closed by
- fixed
- 9:34 PM Changeset [8832] by
- Updated runtime code to compile with gcc 5.3.0, see #4943
- 4:27 PM Changeset [8831] by
- Broke out differentiation into its own source file. (#4782)
- 4:04 PM Changeset [8830] by
- Updated heuristics for when remote variable are match during index …
- 3:22 PM Changeset [8829] by
- #4950 Refactoring uses of type() in FInitArrayStmt
- 11:25 AM Changeset [8828] by
- #4845 * Alias elimination now updates derivative variables as well.
May 7, 2016:
- 10:16 PM Changeset [8827] by
- Fixed testcase broken by r8822. Ticket #4936.
- 1:58 PM Ticket #4952 (String literal returned from external functions) reopened by
- changeset:8825 Reverting r8814, seems like it causes some tests …
- 1:57 PM Changeset [8826] by
- #4789 Some more cases of variable array index in pre-expressions
- 12:01 PM Changeset [8825] by
- #4952 Reverting r8814, seems like it causes some tests to hang
- 11:09 AM Ticket #4789 (pre() use with variable subscript fails) closed by
- fixed: changeset:8824 Implemented flattening for variable array index …
- 11:09 AM Changeset [8824] by
- #4789 Implemented flattening for variable array index in pre-expressions
- 10:22 AM Ticket #4716 (diagonal() operator not handled in functions) closed by
- fixed
- 10:21 AM Changeset [8823] by
- #4716 Implemented scalarization for unknown size diagonal()
May 6, 2016:
- 9:01 PM Changeset [8822] by
- Fixed bug in heuristics for adding penalty for remote variables during …
- 8:12 PM Changeset [8821] by
- Fixed bug in dynamic state selection where it would match to a …
- 2:31 PM Changeset [8820] by
- #4714 Cleaning unnecessary legacy code after r8819
- 1:38 PM Changeset [8819] by
- #4714 Improved flattening and scalarization of attributes to fix some bugs
- 9:25 AM Ticket #4955 (Identical duplicate component warnings) created by
- Implement a comparison for duplicate components so they can be …
- 9:19 AM Ticket #4954 (String() options in functions) created by
- The current implementation of the String operator does not consider …
- 8:47 AM Changeset [8818] by
- #4952 Fix error in r8817
- 8:12 AM Changeset [8817] by
- #4854 Improved size calculation for functions with default arguments
May 5, 2016:
- 2:46 PM Changeset [8816] by
- #4952 Fixing problem with memory deallocation for string inputs in …
- 1:35 PM Changeset [8815] by
- #4854 Refactored binding expression calculation for subcomponents to …
- 7:52 AM Ticket #4952 (String literal returned from external functions) closed by
- fixed: changeset:8814 Fixing memory allocation for …
May 4, 2016:
- 4:51 PM Changeset [8814] by
- #4952 Fixing memory allocation for ModelicaAllocateString to avoid …
May 3, 2016:
- 5:28 PM Changeset [8813] by
- TortoiseSVN auto commit: changed externals to fixed revision.
- 5:28 PM Changeset [8812] by
- Creating tag from 20160331.x.
- 5:26 PM Changeset [8811] by
- #4899: Merged bug fixes to 20160331.x branch.
- 5:23 PM Changeset [8810] by
- #4952 Recommiting r8807 r8808 except the troublesome line of code
- 9:20 AM Ticket #4952 (String literal returned from external functions) reopened by
- 9:04 AM Changeset [8809] by
- #4952 Reverting r8807 r8808 since it broke some tests
May 2, 2016:
- 3:49 PM Ticket #4952 (String literal returned from external functions) closed by
- fixed
- 3:48 PM Changeset [8808] by
- #4952 Fix error in test in r8807
- 3:41 PM Changeset [8807] by
- #4952 Update ModelicaAllocateString to be able to support string …
- 3:10 PM Ticket #4953 (Incorrect handling of non fixed parameters) created by
- The following model is compiled incorrectly: […] The flattened …
- 1:15 PM Ticket #4952 (String literal returned from external functions) created by
- An external function may return a string that was not allocated using …
- 12:29 PM Changeset [8806] by
- #4951 Fix build problem in r8802
- 12:09 PM Changeset [8805] by
- Fixed build script leaving resources-temporary directory behind. (#4929)
- 11:56 AM Changeset [8804] by
- #4845 * Fixed code style (added brackets, wrong indentation and …
- 11:27 AM Changeset [8803] by
- Changed so that differentiation during index reduction can …
- 10:51 AM Ticket #4951 (Add check to see if compiler setup has been performed) closed by
- fixed: changeset:8802 Added check for compiler setup
- 10:50 AM Changeset [8802] by
- #4951 Added check for compiler setup
- 10:49 AM Ticket #4951 (Add check to see if compiler setup has been performed) created by
- Add check to see if compiler setup has been performed before parsing
- 9:25 AM Changeset [8801] by
- #4907 Fixes bug exposed by r8799
May 1, 2016:
- 9:40 PM Changeset [8800] by
- Added penalty for selecting remote incidences during index reduction. …
- 4:47 PM Ticket #4907 (Type calculation for record array expressions) closed by
- fixed
- 4:31 PM Ticket #4950 (Unknown array sizes depending on for index) created by
- The following model does not compile. The size expressions for the …
- 4:00 PM Changeset [8799] by
- #4907 Some fixes for flattening and scalarization of colon and end …
Apr 29, 2016:
- 6:53 PM Ticket #4949 (Temporaries not generated for record if-exp) created by
- When scalarizing a function call that has an argument that is an …
- 6:34 PM Ticket #4948 (Erroneous test for operator records) created by
- The tests OperatorOverload11 and OperatorLimitations25 in …
- 6:32 PM Ticket #4947 (Erroneous test for expandable connectors) created by
- The test Expandable26 in ExpandableConnectors.mo gives the wrong …
- 6:22 PM Ticket #3187 (Add sanity check before MatchingsAndBLT) closed by
- fixed: changeset:8798 Added basic sanity check after each …
- 6:22 PM Changeset [8798] by
- Added basic sanity check after each transformation step, that can be …
- 2:35 PM Ticket #4900 (Incorrect variability computation for algorithm) closed by
- fixed: changeset:8797 Improved variability computation of algorithms. This …
- 2:35 PM Changeset [8797] by
- Improved variability computation of algorithms. This solution isn't …
- 2:03 PM Ticket #4946 (Destructor calls for external objects in records) closed by
- fixed
- 2:02 PM Changeset [8796] by
- #4946 Fixes bug for code generation of external object destructor calls
- 1:23 PM Ticket #4946 (Destructor calls for external objects in records) created by
- […] […]
- 11:49 AM Changeset [8795] by
- Fixed tests failing after r8788. (#4196)
- 11:47 AM Ticket #4945 (Recursive rewrite in FIfEquation rewrite) closed by
- fixed: changeset:8794 Fixed time complexity bug related to rewrites in …
- 11:47 AM Changeset [8794] by
- Fixed time complexity bug related to rewrites in …
- 11:04 AM Ticket #4945 (Recursive rewrite in FIfEquation rewrite) created by
- We have an recursive rewrite in the transformation step …
- 10:55 AM Changeset [8793] by
- #4907 Bug fix for r8781
- 9:57 AM Ticket #4944 (Modify build system to work on El Capitain) created by
- The 'cp' command on El Capitain does not support the -T option, which …
- 9:51 AM Ticket #4943 (Runtime updates to compile with gcc 5.3.0) created by
- A couple of minor updates to the runtime system is needed to compile …
- 9:45 AM Ticket #4942 (Compile on El Capitain) created by
- This is an umbrella ticket for compiling JModelica.org on Mac OS X El …
- 8:59 AM Changeset [8792] by
- #4845 * Reverted ceval-use when an FExp that was not Integer or Real …
Apr 28, 2016:
- 9:14 PM Ticket #4941 (Set / Get enumerations is not supported) closed by
- fixed: changeset:8791 Added test for setting and getting enumerations …
- 9:13 PM Changeset [8791] by
- Added test for setting and getting enumerations using FMI2. Related to …
- 9:12 PM Changeset [8790] by
- Added support for setting and getting enumerations with FMI2. Related …
- 9:11 PM Ticket #4941 (Set / Get enumerations is not supported) created by
- Setting and getting enumerations using FMI 2 is currently not supported.
- 5:44 PM Changeset [8789] by
- Revert of r8775 and r8779. Those commits caused more harm than good. …
- 5:30 PM Ticket #4900 (Incorrect variability computation for algorithm) reopened by
- The following equation doesn't work: […]
- 5:20 PM Changeset [8788] by
- New attempt at fixing resolving of modelica:// URIs with empty path. …
- 4:30 PM Changeset [8787] by
- #4702 Removing function call added by mistake in r8300
- 4:28 PM Changeset [8786] by
- #4845 * Further updated tests to be in line with current …
- 3:34 PM Changeset [8785] by
- Fixed resolving of modelica:// URIs with empty path. (#4196)
- 1:39 PM Changeset [8784] by
- #4845 Updated tests of behaviour that is correct but uses un-updated …
Apr 27, 2016:
- 6:26 PM Ticket #4940 (Automatically inline function with function call statement) closed by
- fixed: changeset:8783 Fixed automatic inlining of function with …
- 6:26 PM Changeset [8783] by
- Fixed automatic inlining of function with function call statement. (#4940)
- 6:16 PM Ticket #4940 (Automatically inline function with function call statement) created by
- The heuristic that decides what functions to inline if user has not …
- 5:33 PM Ticket #4860 (Incorrect handling of pure connect loops in overconstrained connection ...) closed by
- fixed: changeset:8782 Fixed handling of pure connect loops in …
- 5:33 PM Changeset [8782] by
- Fixed handling of pure connect loops in overconstrained connection …
- 4:24 PM Ticket #4939 (Differentation of discrete reals) created by
- We treat differentiation of discrete real variable references …
- 3:46 PM Changeset [8781] by
- #4907 Improved flattening of sizes to enable scalarization of record …
- 2:53 PM Changeset [8780] by
- #4845 * Solved a bug in VP caught by a JUnit-test where an equation …
- 10:58 AM Ticket #4900 (Incorrect variability computation for algorithm) closed by
- fixed: changeset:8779 Fixed variability computation bug for algorithms that …
- 10:58 AM Changeset [8779] by
- Fixed variability computation bug for algorithms that was introduced …
- 10:21 AM Changeset [8778] by
- #4934 Fixed more memory allocation in test after r8759
- 9:02 AM Changeset [8777] by
- Revert of r8761, it breaks several test models. Ticket #4936.
- 8:15 AM Changeset [8776] by
- #4856 Removed return of Nan for atan2(0,0) to follow C stanndard.
- 8:15 AM Ticket #4856 (Handle atan2 with (0,0) input) reopened by
Apr 26, 2016:
- 5:02 PM Changeset [8775] by
- Changed variability computation for algorithm. It is now computed as …
- 4:38 PM Changeset [8774] by
- #4845 * Prettied up the framework a bit. * There is now an if-set …
- 3:44 PM Ticket #4895 (Differentiation of FFunctionCallEquations) closed by
- fixed: changeset:8773 Fixed differentiation of FFunctionCallEquations. …
- 3:43 PM Changeset [8773] by
- Fixed differentiation of FFunctionCallEquations. Previous …
- 2:26 PM Ticket #4937 (Function with multiple derivative annotations) closed by
- fixed: changeset:8772 Fixed handling of multiple derivative annotations.
- 2:26 PM Changeset [8772] by
- Fixed handling of multiple derivative annotations. (#4937) Removed …
- 2:02 PM Changeset [8771] by
- #4845 * Reinstated insertTempsInLHS() in AliasVariables. * Fixes …
- 1:42 PM Ticket #4646 (Second order derivative function in CAD) reopened by
- Previous solution interprets derivative annotations wrong. We must …
- 12:46 PM Changeset [8770] by
- #4845 * Added a method to print all model modifications counting into …
- 11:28 AM Ticket #4938 (inNonDiffArg() computes incorrectly for nested calls) closed by
- fixed
- 11:28 AM Changeset [8769] by
- Fixed bug in nondiff computation for variables in index reduction. …
- 11:19 AM Changeset [8768] by
- #4457 Fix problem in r8767
- 11:02 AM Changeset [8767] by
- #4457 Rewrote some code to facilitate extensions
- 10:53 AM Changeset [8766] by
- #4908 Removed false errors and warnings for record binding expressions.
- 10:48 AM Ticket #4933 (False incidences during index reduction causes problems) closed by
- fixed: changeset:8765 Added fallback mechanism if the incidence computations …
- 10:48 AM Changeset [8765] by
- Added fallback mechanism if the incidence computations fail for split …
- 10:42 AM Changeset [8764] by
- #4845 * Fixed bugs in algorithm modifications counting.
- 10:36 AM Ticket #4933 (False incidences during index reduction causes problems) reopened by
- The following model now fails: […]
- 10:03 AM Changeset [8763] by
- #4934 Fixed memory allocation in test after r8759
- 9:38 AM Ticket #4938 (inNonDiffArg() computes incorrectly for nested calls) created by
- There seems to be something wrong with the method …
- 5:22 AM Changeset [8762] by
- #4845 * Fixed bug in CanonizeEquations causing erroneous behaviour. * …
Apr 25, 2016:
- 5:31 PM Ticket #4937 (Function with multiple derivative annotations) created by
- Differentiation of functions in the flat tree assumes that there is …
- 5:15 PM Changeset [8761] by
- Disabled highOrderLinking during indexreduction. Ticket #4936.
- 5:03 PM Ticket #4936 (High order linking causes problems) created by
- Some multibody models fail due to the high order linking mechanism …
- 3:05 PM Changeset [8760] by
- #4845 * Updated JUnit tests so expected matches actual. Changes were …
- 2:59 PM Changeset [8759] by
- #4934 Updated code generation for external constant evaluation to …
- 2:53 PM Changeset [8758] by
- Fixed JUnit test that was broken by r8754. (#4931)
- 2:51 PM Ticket #4935 (Function inlining inlines trivial functions with derivative annotations) closed by
- fixed: changeset:8757 Improved function inlining so that functions without …
- 2:51 PM Changeset [8757] by
- Improved function inlining so that functions without inline …
- 2:33 PM Ticket #4935 (Function inlining inlines trivial functions with derivative annotations) created by
- Function inlining inlines trivial functions with derivative …
- 2:20 PM Changeset [8756] by
- Removed typo in graphs.jrag. Ticket #4933.
- 1:42 PM Ticket #4933 (False incidences during index reduction causes problems) closed by
- fixed: changeset:8755 Improved index reduction so that it handles some …
- 1:42 PM Changeset [8755] by
- Improved index reduction so that it handles some specific MultiBody …
Apr 24, 2016:
- 4:59 PM Ticket #4934 (Memory allocation in external constant evaluation) created by
- The memory allocation in external constant evaluation uses the runtime …
- 1:17 PM Ticket #4933 (False incidences during index reduction causes problems) created by
- The following model causes problem during index reduction since there …
Apr 23, 2016:
- 3:18 PM Ticket #4932 (Constant evaluation of assert) created by
- The following model: […] Fails during initialization while the …
- 11:37 AM Ticket #4927 (TypeError exception with initialize=False simulate option) closed by
- fixed
- 11:37 AM Ticket #4930 (Disable loading of results) closed by
- fixed
Apr 22, 2016:
- 8:16 PM Ticket #4931 (Parameter size not used as size of variable) closed by
- fixed: changeset:8754 Fixed parameters affecting expression sizes not …
- 8:16 PM Changeset [8754] by
- Fixed parameters affecting expression sizes not being marked …
- 6:57 PM Ticket #4931 (Parameter size not used as size of variable) created by
- When the size of an expression is dependent on a parameter, then that …
- 6:36 PM Changeset [8753] by
- Added tests for no returned results and simulation without …
- 6:35 PM Changeset [8752] by
- Fixed bug introduced in changeset:8751
- 4:42 PM Changeset [8751] by
- Added error message if the model is not initialized before a …
- 4:35 PM Changeset [8750] by
- Added option to disable reloading of the simulation results. Related …
- 3:57 PM Ticket #4930 (Disable loading of results) created by
- After a simulation, the simulation result is always loaded which is …
- 3:35 PM Changeset [8749] by
- #4920 Split scalarization into more files
- 2:29 PM Changeset [8748] by
- #4812 * Refactored eliminateDivision() so its functionality is put …
- 2:27 PM Changeset [8747] by
- #4915 Added very simple scalarization for init array statements. Only …
- 2:19 PM Changeset [8746] by
- #4845 * Added an extra check when adding equations to worklist. …
- 2:00 PM Changeset [8745] by
- #4915 Moved scalarization code to new folder, improved internal error …
- 12:52 PM Changeset [8744] by
- #4915 Bugfixes in size calculations. Fixed type handling in function …
- 9:52 AM Changeset [8743] by
- #4812 * Fixed bug causing arraylist to request int_max memory. * …
Apr 21, 2016:
- 7:52 PM Changeset [8742] by
- #4845 * Corrected bug in VariabilityPropagation causing …
- 5:34 PM Ticket #4902 (Incorrect flattening of indices in accesses into arrays in outer) closed by
- fixed: changeset:8741 Fixed flattening of accesses to members of array …
- 5:34 PM Changeset [8741] by
- Fixed flattening of accesses to members of array records in inner …
- 5:17 PM Changeset [8740] by
- #4915 Refactored flattening of sizes in functions.
- 4:45 PM Changeset [8739] by
- #4915 Refactored FInitArrayStatement and updated syntax. Updated a lot …
- 1:03 PM Changeset [8738] by
- #4845 * Fixed an error introduced in last commit. Should work as …
- 12:02 PM Changeset [8737] by
- # 4845 * Fixed flat class error in JUnit test IndexReduction51. …
- 11:14 AM Changeset [8736] by
- #4689 Fixed problem with save restore state at final event iteration …
- 10:28 AM Changeset [8735] by
- #4689 Reverted r8730 as it broke some multi-body models.
- 9:33 AM Changeset [8734] by
- #3596 Fixed crash issues with loadResource in functions
- 6:07 AM Changeset [8733] by
- #4812 * Implemented a node-counting collection attribute in …
Apr 20, 2016:
- 6:17 PM Changeset [8732] by
- Removed now redundant flag for eliminating if equations with parameter …
- 6:04 PM Ticket #4921 (Scalarization for inactive branch in if expression inside for equation) closed by
- fixed: changeset:8731 Fixed scalarization of if exp/clause in loop …
- 6:04 PM Changeset [8731] by
- Fixed scalarization of if exp/clause in loop where one branch is …
- 5:14 PM Changeset [8730] by
- #4689 Tries to changed default for the "use last integrator step" …
- 3:48 PM Changeset [8729] by
- #4845 * Added debug logging to the framework. * Algorithms now need a …
- 3:22 PM Ticket #4928 (protected components) closed by
- fixed: changeset:8728 Fixed variables in protected components not …
- 3:22 PM Changeset [8728] by
- Fixed variables in protected components not being marked as protected. …
- 3:02 PM Ticket #4929 (Update build script to include resources in jar) closed by
- fixed: changeset:8727 Updated build script to include resources in jar.
- 3:02 PM Changeset [8727] by
- Updated build script to include resources in jar. (#4929)
- 3:01 PM Ticket #4929 (Update build script to include resources in jar) created by
- Update build script to include any resources in any …
- 2:57 PM Ticket #4928 (protected components) created by
- Variables inside protected components should be marked as protected in …
- 1:53 PM Changeset [8726] by
- #4845 * Constants can now not be added to variable sets via the …
- 1:18 PM Changeset [8725] by
- #4689 Added check if this is the initial solve and also added a …
- 11:37 AM Ticket #4927 (TypeError exception with initialize=False simulate option) created by
- Running this code raises a TypeError exception: import pyfmi f = …
- 11:14 AM Changeset [8724] by
- Fixed test broken in changeset:8722. Related to ticket:4913 and ticket:4923
- 10:16 AM Ticket #4926 (Error message for assigning continuous to discrete) created by
- The model […] is illegal as a continuous expression is assigned to …
- 9:38 AM Ticket #4925 (very slow simulation on high output to the log file) created by
- When simulating an FMU which generates a lot of lines to the log file, …
Apr 19, 2016:
- 7:37 PM Ticket #4924 (Introduce Subtask.decouple() operator) closed by
- fixed: changeset:8723 Added limited support for the Subtask.decouple() …
- 7:37 PM Changeset [8723] by
- Added limited support for the Subtask.decouple() operator. (#4924)
- 5:56 PM CodeDocumentation/ExpressionAPI edited by
- (diff)
- 5:54 PM CodeDocumentation/ExpressionAPI edited by
- (diff)
- 5:13 PM Changeset [8722] by
- Fixed linearity check of noEvent and corrected coefficient variability …
- 4:50 PM Ticket #4924 (Introduce Subtask.decouple() operator) created by
- Introduce the Subtask.decouple() operator as identity to support …
- 4:29 PM Ticket #4911 (Annotations aren't propagated to package specific functions) closed by
- fixed: changeset:8721 Fixed bug where flattening of functions sometimes …
- 4:29 PM Changeset [8721] by
- Fixed bug where flattening of functions sometimes missed to flatten …
- 1:35 PM Changeset [8720] by
- #4915 Moved genInitArrayStatements() to before scalarization to …
- 12:55 PM Changeset [8719] by
- #4845 * Addition of parameter variables is now disallowed in …
- 10:09 AM Changeset [8718] by
- #4845 * FIdUseExp.replaceUses no longer flushes all the time. * …
- 9:53 AM Ticket #4923 (Variablity of Equation (block Jacobian)) created by
- There is a problem with the variability computation of an equation in …
- 9:11 AM Ticket #4785 (Remove 's' from solver trace in case of residual_equation_scaling none) closed by
- fixed
Apr 18, 2016:
- 10:15 PM Changeset [8717] by
- #4845 * Mostly a big comment, name, and general refactoring update. …
- 11:58 AM Changeset [8716] by
- #4845 * When adding to worklist in Workdata, we forgot to check if …
- 11:44 AM Ticket #4922 (Error when modelica:// URI can't be resolved) created by
- When an external function has a modelica:// URI that can't be resolved …
- 11:21 AM Changeset [8715] by
- #4845 * Implemented hack-fix for when a parameter variable exists in …
- 10:58 AM Changeset [8714] by
- #4845 * Reworked how alias elimination only is called from the …
- 9:58 AM Changeset [8713] by
- Recommit of changeset:8705 with fixes. Related to ticket:4918
- 8:45 AM Changeset [8712] by
- Reverted changeset:8705 due to build errors. Related to ticket:4918
Apr 17, 2016:
- 9:20 PM Changeset [8711] by
- #4845 * Added in FClass.eliminateAliasVariables(), when both …
- 11:13 AM Changeset [8710] by
- #4845 * In VP, if a variable has parameter variability, it will now …
- 9:38 AM Changeset [8709] by
- #4845 * VP should now be able to handle equations that are Functions. …
Note: See TracTimeline
for information about the timeline view.